#B9C88E

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

Shades of Caper #B9C88E

Tints of Caper #B9C88E

Color information

#B9C88E (or 0xB9C88E) is unknown color: approx Caper. HEX triplet: B9, C8 and 8E. RGB value is (185,200,142). Sum of RGB (Red+Green+Blue) = 185+200+142=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C88E is #463771. Grayscale: #BDBDBD. Windows color (decimal): -4601714 or 9357497. OLE color: 9357497.

HSL color Cylindrical-coordinate representation of color #B9C88E: hue angle of 75.52º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9C88E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB185200142-
CMYK0.0800.290.22
HSL75.52º34.52%67.06%-
HSV(B)75.52º29%78.43%-
XYZ45.5453.5833.53-
YUV188.9101.53125.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=35.10%
G=37.95%
B=26.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001420.0800.290.2275.5234.5267.06
HexB9C88E801D164c2343
Octal271310216100352611443103
Binary10111001110010001000111010000111011011010011001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C88E; }

 p { color: rgb(185,200,142); }

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

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

 a { background-color: rgb(185,200,142); }

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

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

 span { border-color: rgb(185,200,142); }

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