Html Css Color HEX #ACCDB3 Gum Leaf

📋 copy color: '#ACCDB3'

red 172 ◦ green 205 ◦ blue 179

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

Shades of Gum Leaf #ACCDB3

Tints of Gum Leaf #ACCDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.19%

R = 30.94%
G = 36.87%
B = 32.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#ACCDB3 (or 0xACCDB3) is known color: Gum Leaf. HEX triplet: AC, CD and B3. RGB value is (172,205,179). Sum of RGB (Red+Green+Blue) = 172+205+179=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB3 is #53324C. Grayscale: #C0C0C0. Windows color (decimal): -5452365 or 11783596. OLE color: 11783596.

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

Color convert

RGB 172 205 179 -
CMYK 0.16 0 0.13 0.20
HSL 132.73º 0.25% 0.74% -
HSV(B) 132.73º 0.16% 0.8% -
XYZ 46.98 55.69 50.92 -
YUV 192.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 172 205 179 0.16 0 0.13 0.20 132.73 0.25 0.74
Hex AC CD B3 10 0 D 14 85 19 4A
Octal 254 315 263 20 0 15 24 205 31 112
Binary 10101100 11001101 10110011 10000 0 1101 10100 10000101 11001 1001010

Color Harmonies of #ACCDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDB3

Black with #ACCDB3

Text Example


Text Example

White with #ACCDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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