#B9D182

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

Shades of Caper #B9D182

Tints of Caper #B9D182

Color information

#B9D182 (or 0xB9D182) is unknown color: approx Caper. HEX triplet: B9, D1 and 82. RGB value is (185,209,130). Sum of RGB (Red+Green+Blue) = 185+209+130=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D182 is #462E7D. Grayscale: #C1C1C1. Windows color (decimal): -4599422 or 8573369. OLE color: 8573369.

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

Color convert

RGB185209130-
CMYK0.1100.380.18
HSL78.23º46.2%66.47%-
HSV(B)78.23º37.8%81.96%-
XYZ46.8457.5329.75-
YUV192.8292.55122.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=35.31%
G=39.89%
B=24.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852091300.1100.380.1878.2346.266.47
HexB9D182B026124e2e42
Octal271321202130462211656102
Binary101110011101000110000010101101001101001010011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D182; }

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

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

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

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

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

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

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

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