#B1C17E

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

Shades of Caper #B1C17E

Tints of Caper #B1C17E

Color information

#B1C17E (or 0xB1C17E) is unknown color: approx Caper. HEX triplet: B1, C1 and 7E. RGB value is (177,193,126). Sum of RGB (Red+Green+Blue) = 177+193+126=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C17E is #4E3E81. Grayscale: #B4B4B4. Windows color (decimal): -5127810 or 8307121. OLE color: 8307121.

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

Color convert

RGB177193126-
CMYK0.0800.350.24
HSL74.33º35.08%62.55%-
HSV(B)74.33º34.72%75.69%-
XYZ40.9748.9927.04-
YUV180.5897.2125.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 126 (49.61% from 255) = 25.40%
R=35.69%
G=38.91%
B=25.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931260.0800.350.2474.3335.0862.55
HexB1C17E8023184a233f
Octal26130117610043301124377
Binary1011000111000001111111010000100011110001001010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C17E; }

 p { color: rgb(177,193,126); }

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

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

 a { background-color: rgb(177,193,126); }

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

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

 span { border-color: rgb(177,193,126); }

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