#B5CC01

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

Shades of La Rioja #B5CC01

Tints of La Rioja #B5CC01

Color information

#B5CC01 (or 0xB5CC01) is unknown color: approx La Rioja. HEX triplet: B5, CC and 01. RGB value is (181,204,1). Sum of RGB (Red+Green+Blue) = 181+204+1=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CC01 is #4A33FE. Grayscale: #AEAEAE. Windows color (decimal): -4862975 or 117941. OLE color: 117941.

HSL color Cylindrical-coordinate representation of color #B5CC01: hue angle of 66.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5CC01 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB1812041-
CMYK0.1101.000.2
HSL66.8º99.02%40.2%-
HSV(B)66.8º99.51%80%-
XYZ40.6553.018.12-
YUV173.9830.38133.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 204 (80.08% from 255) = 52.85%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=46.89%
G=52.85%
B=0.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18120410.1101.000.266.899.0240.2
HexB5CC1B06414436328
Octal26531411301442410314350
Binary101101011100110011011011001001010010000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC01; }

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

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

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

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

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

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

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

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