#b7cc05

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

Shades of La Rioja #B7CC05

Tints of La Rioja #B7CC05

Color information

#B7CC05 (or 0xB7CC05) is unknown color: approx La Rioja. HEX triplet: B7, CC and 05. RGB value is (183,204,5). Sum of RGB (Red+Green+Blue) = 183+204+5=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CC05 is #4833FA. Grayscale: #AFAFAF. Windows color (decimal): -4731899 or 380087. OLE color: 380087.

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

Color convert

RGB1832045-
CMYK0.1000.980.2
HSL66.33º95.22%40.98%-
HSV(B)66.33º97.55%80%-
XYZ41.1553.268.26-
YUV175.0332.04133.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 204 (80.08% from 255) = 52.04%
BLUE value IS 5 (2.34% from 255) = 1.28%
R=46.68%
G=52.04%
B=1.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18320450.1000.980.266.3395.2240.98
HexB7CC5A06214425f29
Octal26731451201422410213751
Binary10110111110011001011010011000101010010000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7cc05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7cc05; }

 p { color: rgb(183,204,5); }

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

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

 a { background-color: rgb(183,204,5); }

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

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

 span { border-color: rgb(183,204,5); }

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