Html Css Color HEX #ACCBB4 Gum Leaf

📋 copy color: '#ACCBB4'

red 172 ◦ green 203 ◦ blue 180

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

Shades of Gum Leaf #ACCBB4

Tints of Gum Leaf #ACCBB4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.58%

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

R = 30.99%
G = 36.58%
B = 32.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#ACCBB4 (or 0xACCBB4) is known color: Gum Leaf. HEX triplet: AC, CB and B4. RGB value is (172,203,180). Sum of RGB (Red+Green+Blue) = 172+203+180=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBB4 is #53344B. Grayscale: #BFBFBF. Windows color (decimal): -5452876 or 11848620. OLE color: 11848620.

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

Color convert

RGB 172 203 180 -
CMYK 0.15 0 0.11 0.20
HSL 135.48º 0.23% 0.74% -
HSV(B) 135.48º 0.15% 0.8% -
XYZ 46.61 54.78 51.3 -
YUV 191.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 172 203 180 0.15 0 0.11 0.20 135.48 0.23 0.74
Hex AC CB B4 F 0 B 14 87 17 4A
Octal 254 313 264 17 0 13 24 207 27 112
Binary 10101100 11001011 10110100 1111 0 1011 10100 10000111 10111 1001010

Color Harmonies of #ACCBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBB4

Black with #ACCBB4

Text Example


Text Example

White with #ACCBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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