Html Css Color HEX #ACCDB1 Gum Leaf

📋 copy color: '#ACCDB1'

red 172 ◦ green 205 ◦ blue 177

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

Shades of Gum Leaf #ACCDB1

Tints of Gum Leaf #ACCDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37%

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

R = 31.05%
G = 37%
B = 31.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#ACCDB1 (or 0xACCDB1) is known color: Gum Leaf. HEX triplet: AC, CD and B1. RGB value is (172,205,177). Sum of RGB (Red+Green+Blue) = 172+205+177=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDB1 is #53324E. Grayscale: #C0C0C0. Windows color (decimal): -5452367 or 11652524. OLE color: 11652524.

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

Color convert

RGB 172 205 177 -
CMYK 0.16 0 0.14 0.20
HSL 129.09º 0.25% 0.74% -
HSV(B) 129.09º 0.16% 0.8% -
XYZ 46.78 55.61 49.86 -
YUV 191.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 172 205 177 0.16 0 0.14 0.20 129.09 0.25 0.74
Hex AC CD B1 10 0 E 14 81 19 4A
Octal 254 315 261 20 0 16 24 201 31 112
Binary 10101100 11001101 10110001 10000 0 1110 10100 10000001 11001 1001010

Color Harmonies of #ACCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDB1

Black with #ACCDB1

Text Example


Text Example

White with #ACCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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