#B1C58B

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

Shades of Caper #B1C58B

Tints of Caper #B1C58B

Color information

#B1C58B (or 0xB1C58B) is unknown color: approx Caper. HEX triplet: B1, C5 and 8B. RGB value is (177,197,139). Sum of RGB (Red+Green+Blue) = 177+197+139=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C58B is #4E3A74. Grayscale: #B8B8B8. Windows color (decimal): -5126773 or 9160113. OLE color: 9160113.

HSL color Cylindrical-coordinate representation of color #B1C58B: hue angle of 80.69º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C58B is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB177197139-
CMYK0.1000.290.23
HSL80.69º33.33%65.88%-
HSV(B)80.69º29.44%77.25%-
XYZ42.7651.1432.04-
YUV184.41102.37122.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=34.50%
G=38.40%
B=27.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971390.1000.290.2380.6933.3365.88
HexB1C58BA01D17512142
Octal261305213120352712141102
Binary10110001110001011000101110100111011011110100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C58B; }

 p { color: rgb(177,197,139); }

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

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

 a { background-color: rgb(177,197,139); }

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

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

 span { border-color: rgb(177,197,139); }

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