#B1C58E

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

Shades of Caper #B1C58E

Tints of Caper #B1C58E

Color information

#B1C58E (or 0xB1C58E) is unknown color: approx Caper. HEX triplet: B1, C5 and 8E. RGB value is (177,197,142). Sum of RGB (Red+Green+Blue) = 177+197+142=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C58E is #4E3A71. Grayscale: #B8B8B8. Windows color (decimal): -5126770 or 9356721. OLE color: 9356721.

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

Color convert

RGB177197142-
CMYK0.1000.280.23
HSL81.82º32.16%66.47%-
HSV(B)81.82º27.92%77.25%-
XYZ42.9851.2333.21-
YUV184.75103.87122.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=34.30%
G=38.18%
B=27.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971420.1000.280.2381.8232.1666.47
HexB1C58EA01C17522042
Octal261305216120342712240102
Binary10110001110001011000111010100111001011110100101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C58E; }

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

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

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

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

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

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

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

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