Html Css Color HEX #ACCDB8 Gum Leaf

📋 copy color: '#ACCDB8'

red 172 ◦ green 205 ◦ blue 184

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

Shades of Gum Leaf #ACCDB8

Tints of Gum Leaf #ACCDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.8%

R = 30.66%
G = 36.54%
B = 32.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#ACCDB8 (or 0xACCDB8) is known color: Gum Leaf. HEX triplet: AC, CD and B8. RGB value is (172,205,184). Sum of RGB (Red+Green+Blue) = 172+205+184=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB8 is #533247. Grayscale: #C0C0C0. Windows color (decimal): -5452360 or 12111276. OLE color: 12111276.

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

Color convert

RGB 172 205 184 -
CMYK 0.16 0 0.10 0.20
HSL 141.82º 0.25% 0.74% -
HSV(B) 141.82º 0.16% 0.8% -
XYZ 47.5 55.89 53.63 -
YUV 192.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 172 205 184 0.16 0 0.10 0.20 141.82 0.25 0.74
Hex AC CD B8 10 0 A 14 8E 19 4A
Octal 254 315 270 20 0 12 24 216 31 112
Binary 10101100 11001101 10111000 10000 0 1010 10100 10001110 11001 1001010

Color Harmonies of #ACCDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDB8

Black with #ACCDB8

Text Example


Text Example

White with #ACCDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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