#BBC982

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

Shades of Caper #BBC982

Tints of Caper #BBC982

Color information

#BBC982 (or 0xBBC982) is unknown color: approx Caper. HEX triplet: BB, C9 and 82. RGB value is (187,201,130). Sum of RGB (Red+Green+Blue) = 187+201+130=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC982 is #44367D. Grayscale: #BCBCBC. Windows color (decimal): -4470398 or 8571323. OLE color: 8571323.

HSL color Cylindrical-coordinate representation of color #BBC982: hue angle of 71.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC982 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB187201130-
CMYK0.0700.350.21
HSL71.83º39.66%64.9%-
HSV(B)71.83º35.32%78.82%-
XYZ45.4153.9529.14-
YUV188.7294.86126.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=36.10%
G=38.80%
B=25.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011300.0700.350.2171.8339.6664.9
HexBBC982702315482841
Octal27331120270432511050101
Binary10111011110010011000001011101000111010110010001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC982; }

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

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

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

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

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

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

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

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