#B9D682

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

Shades of Caper #B9D682

Tints of Caper #B9D682

Color information

#B9D682 (or 0xB9D682) is unknown color: approx Caper. HEX triplet: B9, D6 and 82. RGB value is (185,214,130). Sum of RGB (Red+Green+Blue) = 185+214+130=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D682 is #46297D. Grayscale: #C4C4C4. Windows color (decimal): -4598142 or 8574649. OLE color: 8574649.

HSL color Cylindrical-coordinate representation of color #B9D682: hue angle of 80.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9D682 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB185214130-
CMYK0.1400.390.16
HSL80.71º50.6%67.45%-
HSV(B)80.71º39.25%83.92%-
XYZ48.0860.0230.17-
YUV195.7590.89120.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 130 (51.17% from 255) = 24.57%
R=34.97%
G=40.45%
B=24.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141300.1400.390.1680.7150.667.45
HexB9D682E02710513343
Octal271326202160472012163103
Binary101110011101011010000010111001001111000010100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D682; }

 p { color: rgb(185,214,130); }

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

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

 a { background-color: rgb(185,214,130); }

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

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

 span { border-color: rgb(185,214,130); }

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