Html Css Color HEX #ACC3B0 Gum Leaf

📋 copy color: '#ACC3B0'

red 172 ◦ green 195 ◦ blue 176

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

Shades of Gum Leaf #ACC3B0

Tints of Gum Leaf #ACC3B0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.91%

 BLUE value IS 176 (69.14% from 255) = 32.41%

R = 31.68%
G = 35.91%
B = 32.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#ACC3B0 (or 0xACC3B0) is known color: Gum Leaf. HEX triplet: AC, C3 and B0. RGB value is (172,195,176). Sum of RGB (Red+Green+Blue) = 172+195+176=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3B0 is #533C4F. Grayscale: #BABABA. Windows color (decimal): -5454928 or 11584428. OLE color: 11584428.

HSL color Cylindrical-coordinate representation of color #ACC3B0: hue angle of 130.43º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3B0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 176 -
CMYK 0.12 0 0.10 0.24
HSL 130.43º 0.16% 0.72% -
HSV(B) 130.43º 0.12% 0.76% -
XYZ 44.36 50.94 48.57 -
YUV 185.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 172 195 176 0.12 0 0.10 0.24 130.43 0.16 0.72
Hex AC C3 B0 C 0 A 18 82 10 48
Octal 254 303 260 14 0 12 30 202 20 110
Binary 10101100 11000011 10110000 1100 0 1010 11000 10000010 10000 1001000

Color Harmonies of #ACC3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3B0

Black with #ACC3B0

Text Example


Text Example

White with #ACC3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3B0; }

 p { color: rgb(172,195,176); }

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

background-color css

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

 a { background-color: rgb(172,195,176); }

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

border-color css

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

 span { border-color: rgb(172,195,176); }

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