#B1CC77

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

Shades of Caper #B1CC77

Tints of Caper #B1CC77

Color information

#B1CC77 (or 0xB1CC77) is unknown color: approx Caper. HEX triplet: B1, CC and 77. RGB value is (177,204,119). Sum of RGB (Red+Green+Blue) = 177+204+119=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC77 is #4E3388. Grayscale: #BABABA. Windows color (decimal): -5125001 or 7851185. OLE color: 7851185.

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

Color convert

RGB177204119-
CMYK0.1300.420.2
HSL79.06º45.45%63.33%-
HSV(B)79.06º41.67%80%-
XYZ43.0553.8625.58-
YUV186.2490.05121.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=35.4%
G=40.8%
B=23.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041190.1300.420.279.0645.4563.33
HexB1CC77D02A144f2d3f
Octal26131416715052241175577
Binary1011000111001100111011111010101010101001001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CC77; }

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

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

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

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

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

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

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

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