#B8D082

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

Shades of Caper #B8D082

Tints of Caper #B8D082

Color information

#B8D082 (or 0xB8D082) is unknown color: approx Caper. HEX triplet: B8, D0 and 82. RGB value is (184,208,130). Sum of RGB (Red+Green+Blue) = 184+208+130=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D082 is #472F7D. Grayscale: #C0C0C0. Windows color (decimal): -4665214 or 8573112. OLE color: 8573112.

HSL color Cylindrical-coordinate representation of color #B8D082: hue angle of 78.46º degrees, saturation: 0.45, 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 #B8D082 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB184208130-
CMYK0.1200.380.18
HSL78.46º45.35%66.27%-
HSV(B)78.46º37.5%81.57%-
XYZ46.3556.9129.66-
YUV191.9393.05122.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 208 (81.64% from 255) = 39.85%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=35.25%
G=39.85%
B=24.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842081300.1200.380.1878.4645.3566.27
HexB8D082C026124e2d42
Octal270320202140462211655102
Binary101110001101000010000010110001001101001010011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D082; }

 p { color: rgb(184,208,130); }

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

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

 a { background-color: rgb(184,208,130); }

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

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

 span { border-color: rgb(184,208,130); }

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