#B1C57A

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

Shades of Caper #B1C57A

Tints of Caper #B1C57A

Color information

#B1C57A (or 0xB1C57A) is unknown color: approx Caper. HEX triplet: B1, C5 and 7A. RGB value is (177,197,122). Sum of RGB (Red+Green+Blue) = 177+197+122=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C57A is #4E3A85. Grayscale: #B6B6B6. Windows color (decimal): -5126790 or 8046001. OLE color: 8046001.

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

Color convert

RGB177197122-
CMYK0.1000.380.23
HSL76º39.27%62.55%-
HSV(B)76º38.07%77.25%-
XYZ41.6150.6826-
YUV182.4793.87124.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=35.69%
G=39.72%
B=24.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971220.1000.380.237639.2762.55
HexB1C57AA026174c273f
Octal26130517212046271144777
Binary1011000111000101111101010100100110101111001100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C57A; }

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

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

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

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

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

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

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

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