#B0C18E

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

Shades of Caper #B0C18E

Tints of Caper #B0C18E

Color information

#B0C18E (or 0xB0C18E) is unknown color: approx Caper. HEX triplet: B0, C1 and 8E. RGB value is (176,193,142). Sum of RGB (Red+Green+Blue) = 176+193+142=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C18E is #4F3E71. Grayscale: #B6B6B6. Windows color (decimal): -5193330 or 9355696. OLE color: 9355696.

HSL color Cylindrical-coordinate representation of color #B0C18E: hue angle of 80º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C18E is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB176193142-
CMYK0.0900.260.24
HSL80º29.14%65.69%-
HSV(B)80º26.42%75.69%-
XYZ41.8649.3232.91-
YUV182.1105.37123.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=34.44%
G=37.77%
B=27.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931420.0900.260.248029.1465.69
HexB0C18E901A18501d42
Octal260301216110323012035102
Binary1011000011000001100011101001011010110001010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C18E; }

 p { color: rgb(176,193,142); }

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

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

 a { background-color: rgb(176,193,142); }

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

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

 span { border-color: rgb(176,193,142); }

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