Html Css Color HEX #BDC209 La Rioja

📋 copy color: '#BDC209'

red 189 ◦ green 194 ◦ blue 9

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

Shades of La Rioja #BDC209

Tints of La Rioja #BDC209

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.49%

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 48.21%
G = 49.49%
B = 2.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#BDC209 (or 0xBDC209) is known color: La Rioja. HEX triplet: BD, C2 and 09. RGB value is (189,194,9). Sum of RGB (Red+Green+Blue) = 189+194+9=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC209 is #423DF6. Grayscale: #ACACAC. Windows color (decimal): -4341239 or 639677. OLE color: 639677.

HSL color Cylindrical-coordinate representation of color #BDC209: hue angle of 61.62º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDC209 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 9 -
CMYK 0.03 0 0.95 0.24
HSL 61.62º 0.91% 0.4% -
HSV(B) 61.62º 0.95% 0.76% -
XYZ 40.33 49.42 7.67 -
YUV 171.42 36.34 140.54 -
System Red Green Blue C M Y K H S L
Decimal 189 194 9 0.03 0 0.95 0.24 61.62 0.91 0.4
Hex BD C2 9 3 0 5F 18 3E 5B 28
Octal 275 302 11 3 0 137 30 76 133 50
Binary 10111101 11000010 1001 11 0 1011111 11000 111110 1011011 101000

Color Harmonies of #BDC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC209

Black with #BDC209

Text Example


Text Example

White with #BDC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC209; }

 p { color: rgb(189,194,9); }

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

background-color css

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

 a { background-color: rgb(189,194,9); }

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

border-color css

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

 span { border-color: rgb(189,194,9); }

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