#B1C277

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

Shades of Caper #B1C277

Tints of Caper #B1C277

Color information

#B1C277 (or 0xB1C277) is unknown color: approx Caper. HEX triplet: B1, C2 and 77. RGB value is (177,194,119). Sum of RGB (Red+Green+Blue) = 177+194+119=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C277 is #4E3D88. Grayscale: #B4B4B4. Windows color (decimal): -5127561 or 7848625. OLE color: 7848625.

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

Color convert

RGB177194119-
CMYK0.0900.390.24
HSL73.6º38.07%61.37%-
HSV(B)73.6º38.66%76.08%-
XYZ40.7549.2624.81-
YUV180.3793.37125.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=36.12%
G=39.59%
B=24.29%

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
Decimal1771941190.0900.390.2473.638.0761.37
HexB1C2779027184a263d
Octal26130216711047301124675
Binary1011000111000010111011110010100111110001001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C277; }

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

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

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

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

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

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

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

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