#b1c677

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

Shades of Caper #B1C677

Tints of Caper #B1C677

Color information

#B1C677 (or 0xB1C677) is unknown color: approx Caper. HEX triplet: B1, C6 and 77. RGB value is (177,198,119). Sum of RGB (Red+Green+Blue) = 177+198+119=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C677 is #4E3988. Grayscale: #B7B7B7. Windows color (decimal): -5126537 or 7849649. OLE color: 7849649.

HSL color Cylindrical-coordinate representation of color #B1C677: hue angle of 75.95º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1C677 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB177198119-
CMYK0.1100.400.22
HSL75.95º40.93%62.16%-
HSV(B)75.95º39.9%77.65%-
XYZ41.6651.0725.11-
YUV182.7292.04123.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=35.83%
G=40.08%
B=24.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981190.1100.400.2275.9540.9362.16
HexB1C677B028164c293e
Octal26130616713050261145176
Binary1011000111000110111011110110101000101101001100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1c677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1c677; }

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

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

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

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

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

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

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

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