Html Css Color HEX #ACCDB4 Gum Leaf

📋 copy color: '#ACCDB4'

red 172 ◦ green 205 ◦ blue 180

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

Shades of Gum Leaf #ACCDB4

Tints of Gum Leaf #ACCDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.32%

R = 30.88%
G = 36.8%
B = 32.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#ACCDB4 (or 0xACCDB4) is known color: Gum Leaf. HEX triplet: AC, CD and B4. RGB value is (172,205,180). Sum of RGB (Red+Green+Blue) = 172+205+180=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB4 is #53324B. Grayscale: #C0C0C0. Windows color (decimal): -5452364 or 11849132. OLE color: 11849132.

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

Color convert

RGB 172 205 180 -
CMYK 0.16 0 0.12 0.20
HSL 134.55º 0.25% 0.74% -
HSV(B) 134.55º 0.16% 0.8% -
XYZ 47.08 55.73 51.46 -
YUV 192.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 172 205 180 0.16 0 0.12 0.20 134.55 0.25 0.74
Hex AC CD B4 10 0 C 14 87 19 4A
Octal 254 315 264 20 0 14 24 207 31 112
Binary 10101100 11001101 10110100 10000 0 1100 10100 10000111 11001 1001010

Color Harmonies of #ACCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDB4

Black with #ACCDB4

Text Example


Text Example

White with #ACCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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