#B6C28D

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

Shades of Caper #B6C28D

Tints of Caper #B6C28D

Color information

#B6C28D (or 0xB6C28D) is unknown color: approx Caper. HEX triplet: B6, C2 and 8D. RGB value is (182,194,141). Sum of RGB (Red+Green+Blue) = 182+194+141=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C28D is #493D72. Grayscale: #B8B8B8. Windows color (decimal): -4799859 or 9290422. OLE color: 9290422.

HSL color Cylindrical-coordinate representation of color #B6C28D: hue angle of 73.58º 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 #B6C28D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB182194141-
CMYK0.0600.270.24
HSL73.58º30.29%65.69%-
HSV(B)73.58º27.32%76.08%-
XYZ43.3950.4532.65-
YUV184.37103.52126.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=35.20%
G=37.52%
B=27.27%

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
Decimal1821941410.0600.270.2473.5830.2965.69
HexB6C28D601B184a1e42
Octal26630221560333011236102
Binary101101101100001010001101110011011110001001010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C28D; }

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

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

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

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

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

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

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

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