#B0C677

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

Shades of Caper #B0C677

Tints of Caper #B0C677

Color information

#B0C677 (or 0xB0C677) is unknown color: approx Caper. HEX triplet: B0, C6 and 77. RGB value is (176,198,119). Sum of RGB (Red+Green+Blue) = 176+198+119=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C677 is #4F3988. Grayscale: #B6B6B6. Windows color (decimal): -5192073 or 7849648. OLE color: 7849648.

HSL color Cylindrical-coordinate representation of color #B0C677: hue angle of 76.71º 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 #B0C677 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB176198119-
CMYK0.1100.400.22
HSL76.71º40.93%62.16%-
HSV(B)76.71º39.9%77.65%-
XYZ41.4350.9525.1-
YUV182.4292.21123.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=35.70%
G=40.16%
B=24.14%

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
Decimal1761981190.1100.400.2276.7140.9362.16
HexB0C677B028164d293e
Octal26030616713050261155176
Binary1011000011000110111011110110101000101101001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C677; }

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

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

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

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

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

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

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

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