Html Css Color HEX #B3C5B5 Gum Leaf

📋 copy color: '#B3C5B5'

red 179 ◦ green 197 ◦ blue 181

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

Shades of Gum Leaf #B3C5B5

Tints of Gum Leaf #B3C5B5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.37%

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 32.14%
G = 35.37%
B = 32.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#B3C5B5 (or 0xB3C5B5) is known color: Gum Leaf. HEX triplet: B3, C5 and B5. RGB value is (179,197,181). Sum of RGB (Red+Green+Blue) = 179+197+181=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5B5 is #4C3A4A. Grayscale: #BDBDBD. Windows color (decimal): -4995659 or 11912627. OLE color: 11912627.

HSL color Cylindrical-coordinate representation of color #B3C5B5: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C5B5 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 197 181 -
CMYK 0.09 0 0.08 0.23
HSL 126.67º 0.13% 0.74% -
HSV(B) 126.67º 0.09% 0.77% -
XYZ 46.9 52.85 51.45 -
YUV 189.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 179 197 181 0.09 0 0.08 0.23 126.67 0.13 0.74
Hex B3 C5 B5 9 0 8 17 7F D 4A
Octal 263 305 265 11 0 10 27 177 15 112
Binary 10110011 11000101 10110101 1001 0 1000 10111 1111111 1101 1001010

Color Harmonies of #B3C5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C5B5

Black with #B3C5B5

Text Example


Text Example

White with #B3C5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C5B5; }

 p { color: rgb(179,197,181); }

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

background-color css

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

 a { background-color: rgb(179,197,181); }

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

border-color css

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

 span { border-color: rgb(179,197,181); }

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