#BBC88B

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

Shades of Caper #BBC88B

Tints of Caper #BBC88B

Color information

#BBC88B (or 0xBBC88B) is unknown color: approx Caper. HEX triplet: BB, C8 and 8B. RGB value is (187,200,139). Sum of RGB (Red+Green+Blue) = 187+200+139=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC88B is #443774. Grayscale: #BDBDBD. Windows color (decimal): -4470645 or 9160891. OLE color: 9160891.

HSL color Cylindrical-coordinate representation of color #BBC88B: hue angle of 72.79º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBC88B is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB187200139-
CMYK0.0600.300.22
HSL72.79º35.67%66.47%-
HSV(B)72.79º30.5%78.43%-
XYZ45.8153.7432.38-
YUV189.1699.69126.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=35.55%
G=38.02%
B=26.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001390.0600.300.2272.7935.6766.47
HexBBC88B601E16492442
Octal27331021360362611144102
Binary1011101111001000100010111100111101011010010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC88B; }

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

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

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

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

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

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

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

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