Html Css Color HEX #A5C3B1 Gum Leaf

📋 copy color: '#A5C3B1'

red 165 ◦ green 195 ◦ blue 177

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

Shades of Gum Leaf #A5C3B1

Tints of Gum Leaf #A5C3B1

RGB

 RED value IS 165 (64.84% from 255) = 30.73%

 GREEN value IS 195 (76.56% from 255) = 36.31%

 BLUE value IS 177 (69.53% from 255) = 32.96%

R = 30.73%
G = 36.31%
B = 32.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#A5C3B1 (or 0xA5C3B1) is known color: Gum Leaf. HEX triplet: A5, C3 and B1. RGB value is (165,195,177). Sum of RGB (Red+Green+Blue) = 165+195+177=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C3B1 is #5A3C4E. Grayscale: #B8B8B8. Windows color (decimal): -5913679 or 11649957. OLE color: 11649957.

HSL color Cylindrical-coordinate representation of color #A5C3B1: hue angle of 144º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3B1 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 177 -
CMYK 0.15 0 0.09 0.24
HSL 144º 0.2% 0.71% -
HSV(B) 144º 0.15% 0.76% -
XYZ 42.97 50.2 49.02 -
YUV 183.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 165 195 177 0.15 0 0.09 0.24 144 0.2 0.71
Hex A5 C3 B1 F 0 9 18 90 14 47
Octal 245 303 261 17 0 11 30 220 24 107
Binary 10100101 11000011 10110001 1111 0 1001 11000 10010000 10100 1000111

Color Harmonies of #A5C3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C3B1

Black with #A5C3B1

Text Example


Text Example

White with #A5C3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C3B1; }

 p { color: rgb(165,195,177); }

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

background-color css

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

 a { background-color: rgb(165,195,177); }

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

border-color css

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

 span { border-color: rgb(165,195,177); }

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