#B1C46E

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

Shades of Caper #B1C46E

Tints of Caper #B1C46E

Color information

#B1C46E (or 0xB1C46E) is unknown color: approx Caper. HEX triplet: B1, C4 and 6E. RGB value is (177,196,110). Sum of RGB (Red+Green+Blue) = 177+196+110=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C46E is #4E3B91. Grayscale: #B4B4B4. Windows color (decimal): -5127058 or 7259313. OLE color: 7259313.

HSL color Cylindrical-coordinate representation of color #B1C46E: hue angle of 73.26º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1C46E is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB177196110-
CMYK0.1000.440.23
HSL73.26º42.16%60%-
HSV(B)73.26º43.88%76.86%-
XYZ40.6949.9522.25-
YUV180.5288.21125.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=36.65%
G=40.58%
B=22.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771961100.1000.440.2373.2642.1660
HexB1C46EA02C17492a3c
Octal26130415612054271115274
Binary1011000111000100110111010100101100101111001001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C46E; }

 p { color: rgb(177,196,110); }

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

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

 a { background-color: rgb(177,196,110); }

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

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

 span { border-color: rgb(177,196,110); }

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