#B0C7B4

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

Shades of Gum Leaf #B0C7B4

Tints of Gum Leaf #B0C7B4

Color information

#B0C7B4 (or 0xB0C7B4) is unknown color: approx Gum Leaf. HEX triplet: B0, C7 and B4. RGB value is (176,199,180). Sum of RGB (Red+Green+Blue) = 176+199+180=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C7B4 is #4F384B. Grayscale: #BEBEBE. Windows color (decimal): -5191756 or 11847600. OLE color: 11847600.

HSL color Cylindrical-coordinate representation of color #B0C7B4: hue angle of 130.43º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C7B4 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB176199180-
CMYK0.1200.100.22
HSL130.43º17.04%73.53%-
HSV(B)130.43º11.56%78.04%-
XYZ46.5753.3751.03-
YUV189.96122.38118.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 199 (78.12% from 255) = 35.86%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=31.71%
G=35.86%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761991800.1200.100.22130.4317.0473.53
HexB0C7B4C0A1682114a
Octal260307264140122620221112
Binary1011000011000111101101001100010101011010000010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C7B4; }

 p { color: rgb(176,199,180); }

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

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

 a { background-color: rgb(176,199,180); }

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

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

 span { border-color: rgb(176,199,180); }

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