#B9CB05

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

Shades of La Rioja #B9CB05

Tints of La Rioja #B9CB05

Color information

#B9CB05 (or 0xB9CB05) is unknown color: approx La Rioja. HEX triplet: B9, CB and 05. RGB value is (185,203,5). Sum of RGB (Red+Green+Blue) = 185+203+5=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CB05 is #4634FA. Grayscale: #AFAFAF. Windows color (decimal): -4601083 or 379833. OLE color: 379833.

HSL color Cylindrical-coordinate representation of color #B9CB05: hue angle of 65.45º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9CB05 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB1852035-
CMYK0.0900.980.20
HSL65.45º95.19%40.78%-
HSV(B)65.45º97.54%79.61%-
XYZ41.3953.048.2-
YUV175.0532.04135.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 203 (79.69% from 255) = 51.65%
BLUE value IS 5 (2.34% from 255) = 1.27%
R=47.07%
G=51.65%
B=1.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18520350.0900.980.2065.4595.1940.78
HexB9CB5906214415f29
Octal27131351101422410113751
Binary10111001110010111011001011000101010010000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CB05; }

 p { color: rgb(185,203,5); }

 H1.HeaderClassName
 {
   color: #B9CB05;
 }
 .AnyTagClassName
 {
   color: #B9CB05;
 }
</style>
background-color css

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

 a { background-color: rgb(185,203,5); }

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

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

 span { border-color: rgb(185,203,5); }

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