#B5CC04

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

Shades of La Rioja #B5CC04

Tints of La Rioja #B5CC04

Color information

#B5CC04 (or 0xB5CC04) is unknown color: approx La Rioja. HEX triplet: B5, CC and 04. RGB value is (181,204,4). Sum of RGB (Red+Green+Blue) = 181+204+4=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CC04 is #4A33FB. Grayscale: #AFAFAF. Windows color (decimal): -4862972 or 314549. OLE color: 314549.

HSL color Cylindrical-coordinate representation of color #B5CC04: hue angle of 66.9º 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 #B5CC04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB1812044-
CMYK0.1100.980.2
HSL66.9º96.15%40.78%-
HSV(B)66.9º98.04%80%-
XYZ40.6753.028.2-
YUV174.3231.88132.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 204 (80.08% from 255) = 52.44%
BLUE value IS 4 (1.95% from 255) = 1.03%
R=46.53%
G=52.44%
B=1.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18120440.1100.980.266.996.1540.78
HexB5CC4B06214436029
Octal26531441301422410314051
Binary10110101110011001001011011000101010010000111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC04; }

 p { color: rgb(181,204,4); }

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

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

 a { background-color: rgb(181,204,4); }

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

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

 span { border-color: rgb(181,204,4); }

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