#BBD182

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

Shades of Caper #BBD182

Tints of Caper #BBD182

Color information

#BBD182 (or 0xBBD182) is unknown color: approx Caper. HEX triplet: BB, D1 and 82. RGB value is (187,209,130). Sum of RGB (Red+Green+Blue) = 187+209+130=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD182 is #442E7D. Grayscale: #C1C1C1. Windows color (decimal): -4468350 or 8573371. OLE color: 8573371.

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

Color convert

RGB187209130-
CMYK0.1100.380.18
HSL76.71º46.2%66.47%-
HSV(B)76.71º37.8%81.96%-
XYZ47.3257.7829.78-
YUV193.4292.21123.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=35.55%
G=39.73%
B=24.71%

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
Decimal1872091300.1100.380.1876.7146.266.47
HexBBD182B026124d2e42
Octal273321202130462211556102
Binary101110111101000110000010101101001101001010011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD182; }

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

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

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

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

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

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

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

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