#B0CD08

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

Shades of La Rioja #B0CD08

Tints of La Rioja #B0CD08

Color information

#B0CD08 (or 0xB0CD08) is unknown color: approx La Rioja. HEX triplet: B0, CD and 08. RGB value is (176,205,8). Sum of RGB (Red+Green+Blue) = 176+205+8=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CD08 is #4F32F7. Grayscale: #AEAEAE. Windows color (decimal): -5190392 or 576944. OLE color: 576944.

HSL color Cylindrical-coordinate representation of color #B0CD08: hue angle of 68.83º 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 #B0CD08 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB1762058-
CMYK0.1400.960.20
HSL68.83º92.49%41.76%-
HSV(B)68.83º96.1%80.39%-
XYZ39.7852.918.35-
YUV173.8734.39129.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 205 (80.47% from 255) = 52.70%
BLUE value IS 8 (3.52% from 255) = 2.06%
R=45.24%
G=52.70%
B=2.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17620580.1400.960.2068.8392.4941.76
HexB0CD8E06014455c2a
Octal260315101601402410513452
Binary101100001100110110001110011000001010010001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD08; }

 p { color: rgb(176,205,8); }

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

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

 a { background-color: rgb(176,205,8); }

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

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

 span { border-color: rgb(176,205,8); }

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