#B1C377

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

Shades of Caper #B1C377

Tints of Caper #B1C377

Color information

#B1C377 (or 0xB1C377) is unknown color: approx Caper. HEX triplet: B1, C3 and 77. RGB value is (177,195,119). Sum of RGB (Red+Green+Blue) = 177+195+119=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C377 is #4E3C88. Grayscale: #B5B5B5. Windows color (decimal): -5127305 or 7848881. OLE color: 7848881.

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

Color convert

RGB177195119-
CMYK0.0900.390.24
HSL74.21º38.78%61.57%-
HSV(B)74.21º38.97%76.47%-
XYZ40.9849.7124.89-
YUV180.9593.04125.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=36.05%
G=39.71%
B=24.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951190.0900.390.2474.2138.7861.57
HexB1C3779027184a273e
Octal26130316711047301124776
Binary1011000111000011111011110010100111110001001010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C377; }

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

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

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

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

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

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

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

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