Html Css Color HEX #ACCBB1 Gum Leaf

📋 copy color: '#ACCBB1'

red 172 ◦ green 203 ◦ blue 177

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

Shades of Gum Leaf #ACCBB1

Tints of Gum Leaf #ACCBB1

RGB

 RED value IS 172 (67.58% from 255) = 31.16%

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

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

R = 31.16%
G = 36.78%
B = 32.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#ACCBB1 (or 0xACCBB1) is known color: Gum Leaf. HEX triplet: AC, CB and B1. RGB value is (172,203,177). Sum of RGB (Red+Green+Blue) = 172+203+177=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBB1 is #53344E. Grayscale: #BEBEBE. Windows color (decimal): -5452879 or 11652012. OLE color: 11652012.

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

Color convert

RGB 172 203 177 -
CMYK 0.15 0 0.13 0.20
HSL 129.68º 0.23% 0.74% -
HSV(B) 129.68º 0.15% 0.8% -
XYZ 46.31 54.66 49.7 -
YUV 190.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 172 203 177 0.15 0 0.13 0.20 129.68 0.23 0.74
Hex AC CB B1 F 0 D 14 82 17 4A
Octal 254 313 261 17 0 15 24 202 27 112
Binary 10101100 11001011 10110001 1111 0 1101 10100 10000010 10111 1001010

Color Harmonies of #ACCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBB1

Black with #ACCBB1

Text Example


Text Example

White with #ACCBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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