#B6C28E

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

Shades of Caper #B6C28E

Tints of Caper #B6C28E

Color information

#B6C28E (or 0xB6C28E) is unknown color: approx Caper. HEX triplet: B6, C2 and 8E. RGB value is (182,194,142). Sum of RGB (Red+Green+Blue) = 182+194+142=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C28E is #493D71. Grayscale: #B8B8B8. Windows color (decimal): -4799858 or 9355958. OLE color: 9355958.

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

Color convert

RGB182194142-
CMYK0.0600.270.24
HSL73.85º29.89%65.88%-
HSV(B)73.85º26.8%76.08%-
XYZ43.4750.4833.04-
YUV184.48104.02126.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=35.14%
G=37.45%
B=27.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941420.0600.270.2473.8529.8965.88
HexB6C28E601B184a1e42
Octal26630221660333011236102
Binary101101101100001010001110110011011110001001010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C28E; }

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

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

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

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

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

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

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

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