Html Css Color HEX #BDCB09 La Rioja

📋 copy color: '#BDCB09'

red 189 ◦ green 203 ◦ blue 9

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

Shades of La Rioja #BDCB09

Tints of La Rioja #BDCB09

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.62%

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

R = 47.13%
G = 50.62%
B = 2.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#BDCB09 (or 0xBDCB09) is known color: La Rioja. HEX triplet: BD, CB and 09. RGB value is (189,203,9). Sum of RGB (Red+Green+Blue) = 189+203+9=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB09 is #4234F6. Grayscale: #B1B1B1. Windows color (decimal): -4338935 or 641981. OLE color: 641981.

HSL color Cylindrical-coordinate representation of color #BDCB09: hue angle of 64.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDCB09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 9 -
CMYK 0.07 0 0.96 0.20
HSL 64.33º 0.92% 0.42% -
HSV(B) 64.33º 0.96% 0.8% -
XYZ 42.39 53.55 8.36 -
YUV 176.7 33.36 136.77 -
System Red Green Blue C M Y K H S L
Decimal 189 203 9 0.07 0 0.96 0.20 64.33 0.92 0.42
Hex BD CB 9 7 0 60 14 40 5C 2A
Octal 275 313 11 7 0 140 24 100 134 52
Binary 10111101 11001011 1001 111 0 1100000 10100 1000000 1011100 101010

Color Harmonies of #BDCB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB09

Black with #BDCB09

Text Example


Text Example

White with #BDCB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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