Html Css Color HEX #B3C8B7 Gum Leaf

📋 copy color: '#B3C8B7'

red 179 ◦ green 200 ◦ blue 183

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

Shades of Gum Leaf #B3C8B7

Tints of Gum Leaf #B3C8B7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.59%

 BLUE value IS 183 (71.88% from 255) = 32.56%

R = 31.85%
G = 35.59%
B = 32.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#B3C8B7 (or 0xB3C8B7) is known color: Gum Leaf. HEX triplet: B3, C8 and B7. RGB value is (179,200,183). Sum of RGB (Red+Green+Blue) = 179+200+183=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8B7 is #4C3748. Grayscale: #BFBFBF. Windows color (decimal): -4994889 or 12044467. OLE color: 12044467.

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

Color convert

RGB 179 200 183 -
CMYK 0.10 0 0.08 0.22
HSL 131.43º 0.16% 0.74% -
HSV(B) 131.43º 0.11% 0.78% -
XYZ 47.79 54.31 52.76 -
YUV 191.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 179 200 183 0.10 0 0.08 0.22 131.43 0.16 0.74
Hex B3 C8 B7 A 0 8 16 83 10 4A
Octal 263 310 267 12 0 10 26 203 20 112
Binary 10110011 11001000 10110111 1010 0 1000 10110 10000011 10000 1001010

Color Harmonies of #B3C8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C8B7

Black with #B3C8B7

Text Example


Text Example

White with #B3C8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C8B7; }

 p { color: rgb(179,200,183); }

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

background-color css

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

 a { background-color: rgb(179,200,183); }

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

border-color css

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

 span { border-color: rgb(179,200,183); }

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