Html Css Color HEX #B2B9B3 Gum Leaf

📋 copy color: '#B2B9B3'

red 178 ◦ green 185 ◦ blue 179

#B2B9B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gum Leaf #B2B9B3

Tints of Gum Leaf #B2B9B3

RGB

 RED value IS 178 (69.92% from 255) = 32.84%

 GREEN value IS 185 (72.66% from 255) = 34.13%

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 32.84%
G = 34.13%
B = 33.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B2B9B3 (or 0xB2B9B3) is known color: Gum Leaf. HEX triplet: B2, B9 and B3. RGB value is (178,185,179). Sum of RGB (Red+Green+Blue) = 178+185+179=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9B3 is #4D464C. Grayscale: #B6B6B6. Windows color (decimal): -5064269 or 11778482. OLE color: 11778482.

HSL color Cylindrical-coordinate representation of color #B2B9B3: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2B9B3 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 179 -
CMYK 0.04 0 0.03 0.27
HSL 128.57º 0.05% 0.71% -
HSV(B) 128.57º 0.04% 0.73% -
XYZ 43.85 47.42 49.49 -
YUV 182.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 178 185 179 0.04 0 0.03 0.27 128.57 0.05 0.71
Hex B2 B9 B3 4 0 3 1B 81 5 47
Octal 262 271 263 4 0 3 33 201 5 107
Binary 10110010 10111001 10110011 100 0 11 11011 10000001 101 1000111

Color Harmonies of #B2B9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B9B3

Black with #B2B9B3

Text Example


Text Example

White with #B2B9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B9B3; }

 p { color: rgb(178,185,179); }

 H1.HeaderClassName
 {
   color: #B2B9B3;
 }
 .AnyTagClassName
 {
   color: #B2B9B3;
 }
</style>

background-color css

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

 a { background-color: rgb(178,185,179); }

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

border-color css

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

 span { border-color: rgb(178,185,179); }

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