#B9CE8A

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

Shades of Caper #B9CE8A

Tints of Caper #B9CE8A

Color information

#B9CE8A (or 0xB9CE8A) is unknown color: approx Caper. HEX triplet: B9, CE and 8A. RGB value is (185,206,138). Sum of RGB (Red+Green+Blue) = 185+206+138=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CE8A is #463175. Grayscale: #C0C0C0. Windows color (decimal): -4600182 or 9096889. OLE color: 9096889.

HSL color Cylindrical-coordinate representation of color #B9CE8A: hue angle of 78.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9CE8A is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB185206138-
CMYK0.1000.330.19
HSL78.53º40.96%67.45%-
HSV(B)78.53º33.01%80.78%-
XYZ46.6756.2932.45-
YUV191.9797.54123.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=34.97%
G=38.94%
B=26.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061380.1000.330.1978.5340.9667.45
HexB9CE8AA021134f2943
Octal271316212120412311751103
Binary101110011100111010001010101001000011001110011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CE8A; }

 p { color: rgb(185,206,138); }

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

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

 a { background-color: rgb(185,206,138); }

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

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

 span { border-color: rgb(185,206,138); }

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