Html Css Color HEX #BDC900 La Rioja

📋 copy color: '#BDC900'

red 189 ◦ green 201 ◦ blue 0

#BDC900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BDC900

Tints of La Rioja #BDC900

RGB

 RED value IS 189 (74.22% from 255) = 48.46%

 GREEN value IS 201 (78.91% from 255) = 51.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.46%
G = 51.54%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC900 (or 0xBDC900) is known color: La Rioja. HEX triplet: BD, C9 and 00. RGB value is (189,201,0). Sum of RGB (Red+Green+Blue) = 189+201+0=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC900 is #4236FF. Grayscale: #AFAFAF. Windows color (decimal): -4339456 or 51645. OLE color: 51645.

HSL color Cylindrical-coordinate representation of color #BDC900: hue angle of 63.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDC900 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 0 -
CMYK 0.06 0 1 0.21
HSL 63.58º 1% 0.39% -
HSV(B) 63.58º 1% 0.79% -
XYZ 41.87 52.59 7.94 -
YUV 174.5 29.52 138.34 -
System Red Green Blue C M Y K H S L
Decimal 189 201 0 0.06 0 1 0.21 63.58 1 0.39
Hex BD C9 0 6 0 64 15 40 64 27
Octal 275 311 0 6 0 144 25 100 144 47
Binary 10111101 11001001 0 110 0 1100100 10101 1000000 1100100 100111

Color Harmonies of #BDC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC900

Black with #BDC900

Text Example


Text Example

White with #BDC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC900; }

 p { color: rgb(189,201,0); }

 H1.HeaderClassName
 {
   color: #BDC900;
 }
 .AnyTagClassName
 {
   color: #BDC900;
 }
</style>

background-color css

<style>
 a { background-color: #BDC900; }

 a { background-color: rgb(189,201,0); }

 div.DivClassName
 {
   background-color: #BDC900;
 }
 .BgClassName
 {
   background-color: #BDC900;
 }
</style>

border-color css

<style>
 span { border-color: #BDC900; }

 span { border-color: rgb(189,201,0); }

 td.TdClassName
 {
   border-color: #BDC900;
 }
 .TagClassName
 {
   border-color: #BDC900;
 }
</style>