Html Css Color HEX #A6CBAC Gum Leaf

📋 copy color: '#A6CBAC'

red 166 ◦ green 203 ◦ blue 172

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

Shades of Gum Leaf #A6CBAC

Tints of Gum Leaf #A6CBAC

RGB

 RED value IS 166 (65.23% from 255) = 30.68%

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

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

R = 30.68%
G = 37.52%
B = 31.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#A6CBAC (or 0xA6CBAC) is known color: Gum Leaf. HEX triplet: A6, CB and AC. RGB value is (166,203,172). Sum of RGB (Red+Green+Blue) = 166+203+172=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CBAC is #593453. Grayscale: #BCBCBC. Windows color (decimal): -5846100 or 11324326. OLE color: 11324326.

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

Color convert

RGB 166 203 172 -
CMYK 0.18 0 0.15 0.20
HSL 129.73º 0.26% 0.72% -
HSV(B) 129.73º 0.18% 0.8% -
XYZ 44.53 53.8 47.07 -
YUV 188.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 166 203 172 0.18 0 0.15 0.20 129.73 0.26 0.72
Hex A6 CB AC 12 0 F 14 82 1A 48
Octal 246 313 254 22 0 17 24 202 32 110
Binary 10100110 11001011 10101100 10010 0 1111 10100 10000010 11010 1001000

Color Harmonies of #A6CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBAC

Black with #A6CBAC

Text Example


Text Example

White with #A6CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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