#B1CB76

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

Shades of Caper #B1CB76

Tints of Caper #B1CB76

Color information

#B1CB76 (or 0xB1CB76) is unknown color: approx Caper. HEX triplet: B1, CB and 76. RGB value is (177,203,118). Sum of RGB (Red+Green+Blue) = 177+203+118=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB76 is #4E3489. Grayscale: #B9B9B9. Windows color (decimal): -5125258 or 7785393. OLE color: 7785393.

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

Color convert

RGB177203118-
CMYK0.1300.420.20
HSL78.35º44.97%62.94%-
HSV(B)78.35º41.87%79.61%-
XYZ42.7653.3725.19-
YUV185.5489.89121.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=35.54%
G=40.76%
B=23.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031180.1300.420.2078.3544.9762.94
HexB1CB76D02A144e2d3f
Octal26131316615052241165577
Binary1011000111001011111011011010101010101001001110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CB76; }

 p { color: rgb(177,203,118); }

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

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

 a { background-color: rgb(177,203,118); }

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

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

 span { border-color: rgb(177,203,118); }

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