#B1C17D

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

Shades of Caper #B1C17D

Tints of Caper #B1C17D

Color information

#B1C17D (or 0xB1C17D) is unknown color: approx Caper. HEX triplet: B1, C1 and 7D. RGB value is (177,193,125). Sum of RGB (Red+Green+Blue) = 177+193+125=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C17D is #4E3E82. Grayscale: #B4B4B4. Windows color (decimal): -5127811 or 8241585. OLE color: 8241585.

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

Color convert

RGB177193125-
CMYK0.0800.350.24
HSL74.12º35.42%62.35%-
HSV(B)74.12º35.23%75.69%-
XYZ40.948.9726.7-
YUV180.4696.7125.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=35.76%
G=38.99%
B=25.25%

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
Decimal1771931250.0800.350.2474.1235.4262.35
HexB1C17D8023184a233e
Octal26130117510043301124376
Binary1011000111000001111110110000100011110001001010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C17D; }

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

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

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

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

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

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

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

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