#B3C3B6

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

Shades of Gum Leaf #B3C3B6

Tints of Gum Leaf #B3C3B6

Color information

#B3C3B6 (or 0xB3C3B6) is unknown color: approx Gum Leaf. HEX triplet: B3, C3 and B6. RGB value is (179,195,182). Sum of RGB (Red+Green+Blue) = 179+195+182=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3B6 is #4C3C49. Grayscale: #BCBCBC. Windows color (decimal): -4996170 or 11977651. OLE color: 11977651.

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

Color convert

RGB179195182-
CMYK0.0800.070.24
HSL131.25º11.76%73.33%-
HSV(B)131.25º8.21%76.47%-
XYZ46.5551.9951.84-
YUV188.73124.2121.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=32.19%
G=35.07%
B=32.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791951820.0800.070.24131.2511.7673.33
HexB3C3B68071883c49
Octal26330326610073020314111
Binary10110011110000111011011010000111110001000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3B6; }

 p { color: rgb(179,195,182); }

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

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

 a { background-color: rgb(179,195,182); }

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

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

 span { border-color: rgb(179,195,182); }

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