#B0C788

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

Shades of Caper #B0C788

Tints of Caper #B0C788

Color information

#B0C788 (or 0xB0C788) is unknown color: approx Caper. HEX triplet: B0, C7 and 88. RGB value is (176,199,136). Sum of RGB (Red+Green+Blue) = 176+199+136=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C788 is #4F3877. Grayscale: #B9B9B9. Windows color (decimal): -5191800 or 8964016. OLE color: 8964016.

HSL color Cylindrical-coordinate representation of color #B0C788: hue angle of 81.9º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0C788 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB176199136-
CMYK0.1200.320.22
HSL81.9º36%65.69%-
HSV(B)81.9º31.66%78.04%-
XYZ42.7751.8531.05-
YUV184.94100.38121.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 199 (78.12% from 255) = 38.94%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=34.44%
G=38.94%
B=26.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761991360.1200.320.2281.93665.69
HexB0C788C02016522442
Octal260307210140402612244102
Binary101100001100011110001000110001000001011010100101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C788; }

 p { color: rgb(176,199,136); }

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

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

 a { background-color: rgb(176,199,136); }

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

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

 span { border-color: rgb(176,199,136); }

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