#B1BB79

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

Shades of Caper #B1BB79

Tints of Caper #B1BB79

Color information

#B1BB79 (or 0xB1BB79) is unknown color: approx Caper. HEX triplet: B1, BB and 79. RGB value is (177,187,121). Sum of RGB (Red+Green+Blue) = 177+187+121=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB79 is #4E4486. Grayscale: #B0B0B0. Windows color (decimal): -5129351 or 7977905. OLE color: 7977905.

HSL color Cylindrical-coordinate representation of color #B1BB79: hue angle of 69.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1BB79 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB177187121-
CMYK0.0500.350.27
HSL69.09º32.67%60.39%-
HSV(B)69.09º35.29%73.33%-
XYZ39.3546.2724.95-
YUV176.4996.69128.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=36.49%
G=38.56%
B=24.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871210.0500.350.2769.0932.6760.39
HexB1BB7950231B45213c
Octal2612731715043331054174
Binary101100011011101111110011010100011110111000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB79; }

 p { color: rgb(177,187,121); }

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

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

 a { background-color: rgb(177,187,121); }

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

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

 span { border-color: rgb(177,187,121); }

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