Html Css Color HEX #A4CBAC Gum Leaf

📋 copy color: '#A4CBAC'

red 164 ◦ green 203 ◦ blue 172

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

Shades of Gum Leaf #A4CBAC

Tints of Gum Leaf #A4CBAC

RGB

 RED value IS 164 (64.45% from 255) = 30.43%

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

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

R = 30.43%
G = 37.66%
B = 31.91%

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

#A4CBAC (or 0xA4CBAC) is known color: Gum Leaf. HEX triplet: A4, CB and AC. RGB value is (164,203,172). Sum of RGB (Red+Green+Blue) = 164+203+172=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CBAC is #5B3453. Grayscale: #BBBBBB. Windows color (decimal): -5977172 or 11324324. OLE color: 11324324.

HSL color Cylindrical-coordinate representation of color #A4CBAC: hue angle of 132.31º 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 #A4CBAC is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 203 172 -
CMYK 0.19 0 0.15 0.20
HSL 132.31º 0.27% 0.72% -
HSV(B) 132.31º 0.19% 0.8% -
XYZ 44.11 53.58 47.05 -
YUV 187.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 164 203 172 0.19 0 0.15 0.20 132.31 0.27 0.72
Hex A4 CB AC 13 0 F 14 84 1B 48
Octal 244 313 254 23 0 17 24 204 33 110
Binary 10100100 11001011 10101100 10011 0 1111 10100 10000100 11011 1001000

Color Harmonies of #A4CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBAC

Black with #A4CBAC

Text Example


Text Example

White with #A4CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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