#B6C08E

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

Shades of Caper #B6C08E

Tints of Caper #B6C08E

Color information

#B6C08E (or 0xB6C08E) is unknown color: approx Caper. HEX triplet: B6, C0 and 8E. RGB value is (182,192,142). Sum of RGB (Red+Green+Blue) = 182+192+142=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C08E is #493F71. Grayscale: #B7B7B7. Windows color (decimal): -4800370 or 9355446. OLE color: 9355446.

HSL color Cylindrical-coordinate representation of color #B6C08E: hue angle of 72º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6C08E is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB182192142-
CMYK0.0500.260.25
HSL72º28.41%65.49%-
HSV(B)72º26.04%75.29%-
XYZ43.0249.632.9-
YUV183.31104.69127.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=35.27%
G=37.21%
B=27.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921420.0500.260.257228.4165.49
HexB6C08E501A19481c41
Octal26630021650323111034101
Binary101101101100000010001110101011010110011001000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C08E; }

 p { color: rgb(182,192,142); }

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

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

 a { background-color: rgb(182,192,142); }

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

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

 span { border-color: rgb(182,192,142); }

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