#BDCB09

Color #BDCB09 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BDCB09

Tints of La Rioja #BDCB09

Color information

#BDCB09 (or 0xBDCB09) is unknown color: approx 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

RGB1892039-
CMYK0.0700.960.20
HSL64.33º91.51%41.57%-
HSV(B)64.33º95.57%79.61%-
XYZ42.3953.558.36-
YUV176.733.36136.77-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18920390.0700.960.2064.3391.5141.57
HexBDCB9706014405c2a
Octal27531311701402410013452
Binary10111101110010111001111011000001010010000001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>