Html Css Color HEX #A5CBAC Gum Leaf

📋 copy color: '#A5CBAC'

red 165 ◦ green 203 ◦ blue 172

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

Shades of Gum Leaf #A5CBAC

Tints of Gum Leaf #A5CBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.59%

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 30.56%
G = 37.59%
B = 31.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#A5CBAC (or 0xA5CBAC) is known color: Gum Leaf. HEX triplet: A5, CB and AC. RGB value is (165,203,172). Sum of RGB (Red+Green+Blue) = 165+203+172=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CBAC is #5A3453. Grayscale: #BCBCBC. Windows color (decimal): -5911636 or 11324325. OLE color: 11324325.

HSL color Cylindrical-coordinate representation of color #A5CBAC: hue angle of 131.05º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBAC is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 172 -
CMYK 0.19 0 0.15 0.20
HSL 131.05º 0.27% 0.72% -
HSV(B) 131.05º 0.19% 0.8% -
XYZ 44.32 53.69 47.06 -
YUV 188.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 165 203 172 0.19 0 0.15 0.20 131.05 0.27 0.72
Hex A5 CB AC 13 0 F 14 83 1B 48
Octal 245 313 254 23 0 17 24 203 33 110
Binary 10100101 11001011 10101100 10011 0 1111 10100 10000011 11011 1001000

Color Harmonies of #A5CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBAC

Black with #A5CBAC

Text Example


Text Example

White with #A5CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBAC; }

 p { color: rgb(165,203,172); }

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

background-color css

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

 a { background-color: rgb(165,203,172); }

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

border-color css

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

 span { border-color: rgb(165,203,172); }

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