#B3C5B5

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

Shades of Gum Leaf #B3C5B5

Tints of Gum Leaf #B3C5B5

Color information

#B3C5B5 (or 0xB3C5B5) is unknown color: approx Gum Leaf. HEX triplet: B3, C5 and B5. RGB value is (179,197,181). Sum of RGB (Red+Green+Blue) = 179+197+181=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5B5 is #4C3A4A. Grayscale: #BDBDBD. Windows color (decimal): -4995659 or 11912627. OLE color: 11912627.

HSL color Cylindrical-coordinate representation of color #B3C5B5: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C5B5 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB179197181-
CMYK0.0900.080.23
HSL126.67º13.43%73.73%-
HSV(B)126.67º9.14%77.25%-
XYZ46.952.8551.45-
YUV189.79123.04120.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=32.14%
G=35.37%
B=32.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971810.0900.080.23126.6713.4373.73
HexB3C5B5908177fd4a
Octal263305265110102717715112
Binary10110011110001011011010110010100010111111111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C5B5; }

 p { color: rgb(179,197,181); }

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

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

 a { background-color: rgb(179,197,181); }

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

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

 span { border-color: rgb(179,197,181); }

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