#b1cc70

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

Shades of Caper #B1CC70

Tints of Caper #B1CC70

Color information

#B1CC70 (or 0xB1CC70) is unknown color: approx Caper. HEX triplet: B1, CC and 70. RGB value is (177,204,112). Sum of RGB (Red+Green+Blue) = 177+204+112=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC70 is #4E338F. Grayscale: #B9B9B9. Windows color (decimal): -5125008 or 7392433. OLE color: 7392433.

HSL color Cylindrical-coordinate representation of color #B1CC70: hue angle of 77.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1CC70 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB177204112-
CMYK0.1300.450.2
HSL77.61º47.42%61.96%-
HSV(B)77.61º45.1%80%-
XYZ42.6553.723.45-
YUV185.4486.55121.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=35.90%
G=41.38%
B=22.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041120.1300.450.277.6147.4261.96
HexB1CC70D02D144e2f3e
Octal26131416015055241165776
Binary1011000111001100111000011010101101101001001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1cc70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1cc70; }

 p { color: rgb(177,204,112); }

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

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

 a { background-color: rgb(177,204,112); }

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

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

 span { border-color: rgb(177,204,112); }

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