#BBC98B

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

Shades of Caper #BBC98B

Tints of Caper #BBC98B

Color information

#BBC98B (or 0xBBC98B) is unknown color: approx Caper. HEX triplet: BB, C9 and 8B. RGB value is (187,201,139). Sum of RGB (Red+Green+Blue) = 187+201+139=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC98B is #443674. Grayscale: #BDBDBD. Windows color (decimal): -4470389 or 9161147. OLE color: 9161147.

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

Color convert

RGB187201139-
CMYK0.0700.310.21
HSL73.55º36.47%66.67%-
HSV(B)73.55º30.85%78.82%-
XYZ46.0454.232.46-
YUV189.7599.36126.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 139 (54.69% from 255) = 26.38%
R=35.48%
G=38.14%
B=26.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011390.0700.310.2173.5536.4766.67
HexBBC98B701F154a2443
Octal27331121370372511244103
Binary1011101111001001100010111110111111010110010101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC98B; }

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

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

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

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

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

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

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

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