#B6CC84

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

Shades of Caper #B6CC84

Tints of Caper #B6CC84

Color information

#B6CC84 (or 0xB6CC84) is unknown color: approx Caper. HEX triplet: B6, CC and 84. RGB value is (182,204,132). Sum of RGB (Red+Green+Blue) = 182+204+132=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CC84 is #49337B. Grayscale: #BDBDBD. Windows color (decimal): -4797308 or 8703158. OLE color: 8703158.

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

Color convert

RGB182204132-
CMYK0.1100.350.2
HSL78.33º41.38%65.88%-
HSV(B)78.33º35.29%80%-
XYZ45.0554.830.03-
YUV189.2195.71122.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=35.14%
G=39.38%
B=25.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041320.1100.350.278.3341.3865.88
HexB6CC84B023144e2942
Octal266314204130432411651102
Binary101101101100110010000100101101000111010010011101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC84; }

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

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

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

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

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

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

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

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