#B6CD84

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

Shades of Caper #B6CD84

Tints of Caper #B6CD84

Color information

#B6CD84 (or 0xB6CD84) is unknown color: approx Caper. HEX triplet: B6, CD and 84. RGB value is (182,205,132). Sum of RGB (Red+Green+Blue) = 182+205+132=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CD84 is #49327B. Grayscale: #BEBEBE. Windows color (decimal): -4797052 or 8703414. OLE color: 8703414.

HSL color Cylindrical-coordinate representation of color #B6CD84: hue angle of 78.9º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6CD84 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB182205132-
CMYK0.1100.360.20
HSL78.9º42.2%66.08%-
HSV(B)78.9º35.61%80.39%-
XYZ45.2955.2730.11-
YUV189.895.38122.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=35.07%
G=39.50%
B=25.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051320.1100.360.2078.942.266.08
HexB6CD84B024144f2a42
Octal266315204130442411752102
Binary101101101100110110000100101101001001010010011111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD84; }

 p { color: rgb(182,205,132); }

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

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

 a { background-color: rgb(182,205,132); }

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

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

 span { border-color: rgb(182,205,132); }

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