#B7C2B9

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

Shades of Gum Leaf #B7C2B9

Tints of Gum Leaf #B7C2B9

Color information

#B7C2B9 (or 0xB7C2B9) is unknown color: approx Gum Leaf. HEX triplet: B7, C2 and B9. RGB value is (183,194,185). Sum of RGB (Red+Green+Blue) = 183+194+185=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C2B9 is #483D46. Grayscale: #BDBDBD. Windows color (decimal): -4734279 or 12174007. OLE color: 12174007.

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

Color convert

RGB183194185-
CMYK0.0600.050.24
HSL130.91º8.27%73.92%-
HSV(B)130.91º5.67%76.08%-
XYZ47.5852.1553.46-
YUV189.68125.36123.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=32.56%
G=34.52%
B=32.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831941850.0600.050.24130.918.2773.92
HexB7C2B9605188384a
Octal2673022716053020310112
Binary1011011111000010101110011100101110001000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C2B9; }

 p { color: rgb(183,194,185); }

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

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

 a { background-color: rgb(183,194,185); }

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

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

 span { border-color: rgb(183,194,185); }

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