#B6D285

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

Shades of Caper #B6D285

Tints of Caper #B6D285

Color information

#B6D285 (or 0xB6D285) is unknown color: approx Caper. HEX triplet: B6, D2 and 85. RGB value is (182,210,133). Sum of RGB (Red+Green+Blue) = 182+210+133=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D285 is #492D7A. Grayscale: #C1C1C1. Windows color (decimal): -4795771 or 8770230. OLE color: 8770230.

HSL color Cylindrical-coordinate representation of color #B6D285: hue angle of 81.82º 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 #B6D285 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB182210133-
CMYK0.1300.370.18
HSL81.82º46.11%67.25%-
HSV(B)81.82º36.67%82.35%-
XYZ46.5757.7330.88-
YUV192.8594.22120.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=34.67%
G=40%
B=25.33%

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
Decimal1822101330.1300.370.1881.8246.1167.25
HexB6D285D02512522e43
Octal266322205150452212256103
Binary101101101101001010000101110101001011001010100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D285; }

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

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

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

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

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

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

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

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