#B6D284

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

Shades of Caper #B6D284

Tints of Caper #B6D284

Color information

#B6D284 (or 0xB6D284) is unknown color: approx Caper. HEX triplet: B6, D2 and 84. RGB value is (182,210,132). Sum of RGB (Red+Green+Blue) = 182+210+132=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D284 is #492D7B. Grayscale: #C1C1C1. Windows color (decimal): -4795772 or 8704694. OLE color: 8704694.

HSL color Cylindrical-coordinate representation of color #B6D284: hue angle of 81.54º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6D284 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB182210132-
CMYK0.1300.370.18
HSL81.54º46.43%67.06%-
HSV(B)81.54º37.14%82.35%-
XYZ46.557.730.52-
YUV192.7493.72120.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=34.73%
G=40.08%
B=25.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101320.1300.370.1881.5446.4367.06
HexB6D284D02512522e43
Octal266322204150452212256103
Binary101101101101001010000100110101001011001010100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D284; }

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

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

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

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

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

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

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

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