#B0CD04

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

Shades of La Rioja #B0CD04

Tints of La Rioja #B0CD04

Color information

#B0CD04 (or 0xB0CD04) is unknown color: approx La Rioja. HEX triplet: B0, CD and 04. RGB value is (176,205,4). Sum of RGB (Red+Green+Blue) = 176+205+4=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CD04 is #4F32FB. Grayscale: #AEAEAE. Windows color (decimal): -5190396 or 314800. OLE color: 314800.

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

Color convert

RGB1762054-
CMYK0.1400.980.20
HSL68.66º96.17%40.98%-
HSV(B)68.66º98.05%80.39%-
XYZ39.7652.98.23-
YUV173.4232.39129.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 205 (80.47% from 255) = 53.25%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=45.71%
G=53.25%
B=1.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17620540.1400.980.2068.6696.1740.98
HexB0CD4E06214456029
Octal26031541601422410514051
Binary10110000110011011001110011000101010010001011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD04; }

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

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

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

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

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

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

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

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