#B1BC83

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

Shades of Caper #B1BC83

Tints of Caper #B1BC83

Color information

#B1BC83 (or 0xB1BC83) is unknown color: approx Caper. HEX triplet: B1, BC and 83. RGB value is (177,188,131). Sum of RGB (Red+Green+Blue) = 177+188+131=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC83 is #4E437C. Grayscale: #B2B2B2. Windows color (decimal): -5129085 or 8633521. OLE color: 8633521.

HSL color Cylindrical-coordinate representation of color #B1BC83: hue angle of 71.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BC83 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB177188131-
CMYK0.0600.300.26
HSL71.58º29.84%62.55%-
HSV(B)71.58º30.32%73.73%-
XYZ40.2146.9528.42-
YUV178.21101.36127.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=35.69%
G=37.90%
B=26.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881310.0600.300.2671.5829.8462.55
HexB1BC83601E1A481e3f
Octal2612742036036321103677
Binary10110001101111001000001111001111011010100100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC83; }

 p { color: rgb(177,188,131); }

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

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

 a { background-color: rgb(177,188,131); }

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

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

 span { border-color: rgb(177,188,131); }

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