#B6D584

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

Shades of Caper #B6D584

Tints of Caper #B6D584

Color information

#B6D584 (or 0xB6D584) is unknown color: approx Caper. HEX triplet: B6, D5 and 84. RGB value is (182,213,132). Sum of RGB (Red+Green+Blue) = 182+213+132=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D584 is #492A7B. Grayscale: #C2C2C2. Windows color (decimal): -4795004 or 8705462. OLE color: 8705462.

HSL color Cylindrical-coordinate representation of color #B6D584: hue angle of 82.96º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6D584 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB182213132-
CMYK0.1500.380.16
HSL82.96º49.09%67.65%-
HSV(B)82.96º38.03%83.53%-
XYZ47.2559.230.77-
YUV194.592.73119.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=34.54%
G=40.42%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131320.1500.380.1682.9649.0967.65
HexB6D584F02610533144
Octal266325204170462012361104
Binary101101101101010110000100111101001101000010100111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D584; }

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

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

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

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

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

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

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

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