#B1CCB9

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

Shades of Gum Leaf #B1CCB9

Tints of Gum Leaf #B1CCB9

Color information

#B1CCB9 (or 0xB1CCB9) is unknown color: approx Gum Leaf. HEX triplet: B1, CC and B9. RGB value is (177,204,185). Sum of RGB (Red+Green+Blue) = 177+204+185=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCB9 is #4E3346. Grayscale: #C1C1C1. Windows color (decimal): -5124935 or 12176561. OLE color: 12176561.

HSL color Cylindrical-coordinate representation of color #B1CCB9: hue angle of 137.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCB9 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB177204185-
CMYK0.1300.090.2
HSL137.78º20.93%74.71%-
HSV(B)137.78º13.24%80%-
XYZ48.4856.0454.16-
YUV193.76123.05116.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=31.27%
G=36.04%
B=32.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041850.1300.090.2137.7820.9374.71
HexB1CCB9D09148a154b
Octal261314271150112421225113
Binary1011000111001100101110011101010011010010001010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCB9; }

 p { color: rgb(177,204,185); }

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

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

 a { background-color: rgb(177,204,185); }

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

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

 span { border-color: rgb(177,204,185); }

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