Html Css Color HEX #B3C9B9 Gum Leaf

📋 copy color: '#B3C9B9'

red 179 ◦ green 201 ◦ blue 185

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

Shades of Gum Leaf #B3C9B9

Tints of Gum Leaf #B3C9B9

RGB

 RED value IS 179 (70.31% from 255) = 31.68%

 GREEN value IS 201 (78.91% from 255) = 35.58%

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 31.68%
G = 35.58%
B = 32.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#B3C9B9 (or 0xB3C9B9) is known color: Gum Leaf. HEX triplet: B3, C9 and B9. RGB value is (179,201,185). Sum of RGB (Red+Green+Blue) = 179+201+185=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C9B9 is #4C3646. Grayscale: #C0C0C0. Windows color (decimal): -4994631 or 12175795. OLE color: 12175795.

HSL color Cylindrical-coordinate representation of color #B3C9B9: hue angle of 136.36º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C9B9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 201 185 -
CMYK 0.11 0 0.08 0.21
HSL 136.36º 0.17% 0.75% -
HSV(B) 136.36º 0.11% 0.79% -
XYZ 48.23 54.86 53.95 -
YUV 192.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 179 201 185 0.11 0 0.08 0.21 136.36 0.17 0.75
Hex B3 C9 B9 B 0 8 15 88 11 4B
Octal 263 311 271 13 0 10 25 210 21 113
Binary 10110011 11001001 10111001 1011 0 1000 10101 10001000 10001 1001011

Color Harmonies of #B3C9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C9B9

Black with #B3C9B9

Text Example


Text Example

White with #B3C9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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