#B1C37D

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

Shades of Caper #B1C37D

Tints of Caper #B1C37D

Color information

#B1C37D (or 0xB1C37D) is unknown color: approx Caper. HEX triplet: B1, C3 and 7D. RGB value is (177,195,125). Sum of RGB (Red+Green+Blue) = 177+195+125=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C37D is #4E3C82. Grayscale: #B5B5B5. Windows color (decimal): -5127299 or 8242097. OLE color: 8242097.

HSL color Cylindrical-coordinate representation of color #B1C37D: hue angle of 75.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1C37D is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB177195125-
CMYK0.0900.360.24
HSL75.43º36.84%62.75%-
HSV(B)75.43º35.9%76.47%-
XYZ41.3549.8626.85-
YUV181.6496.04124.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=35.61%
G=39.24%
B=25.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951250.0900.360.2475.4336.8462.75
HexB1C37D9024184b253f
Octal26130317511044301134577
Binary1011000111000011111110110010100100110001001011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C37D; }

 p { color: rgb(177,195,125); }

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

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

 a { background-color: rgb(177,195,125); }

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

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

 span { border-color: rgb(177,195,125); }

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