#BBCB81

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

Shades of Caper #BBCB81

Tints of Caper #BBCB81

Color information

#BBCB81 (or 0xBBCB81) is unknown color: approx Caper. HEX triplet: BB, CB and 81. RGB value is (187,203,129). Sum of RGB (Red+Green+Blue) = 187+203+129=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB81 is #44347E. Grayscale: #BEBEBE. Windows color (decimal): -4469887 or 8506299. OLE color: 8506299.

HSL color Cylindrical-coordinate representation of color #BBCB81: hue angle of 72.97º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBCB81 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB187203129-
CMYK0.0800.360.20
HSL72.97º41.57%65.1%-
HSV(B)72.97º36.45%79.61%-
XYZ45.8154.8628.94-
YUV189.7893.7126.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=36.03%
G=39.11%
B=24.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031290.0800.360.2072.9741.5765.1
HexBBCB81802414492a41
Octal273313201100442411152101
Binary101110111100101110000001100001001001010010010011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB81; }

 p { color: rgb(187,203,129); }

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

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

 a { background-color: rgb(187,203,129); }

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

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

 span { border-color: rgb(187,203,129); }

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