Html Css Color HEX #ACB295 Green Spring

📋 copy color: '#ACB295'

red 172 ◦ green 178 ◦ blue 149

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

Shades of Green Spring #ACB295

Tints of Green Spring #ACB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.67%

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 34.47%
G = 35.67%
B = 29.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#ACB295 (or 0xACB295) is known color: Green Spring. HEX triplet: AC, B2 and 95. RGB value is (172,178,149). Sum of RGB (Red+Green+Blue) = 172+178+149=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB295 is #534D6A. Grayscale: #ADADAD. Windows color (decimal): -5459307 or 9810604. OLE color: 9810604.

HSL color Cylindrical-coordinate representation of color #ACB295: hue angle of 72.41º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB295 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 149 -
CMYK 0.03 0 0.16 0.30
HSL 72.41º 0.16% 0.64% -
HSV(B) 72.41º 0.16% 0.7% -
XYZ 38.36 42.78 34.67 -
YUV 172.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 172 178 149 0.03 0 0.16 0.30 72.41 0.16 0.64
Hex AC B2 95 3 0 10 1E 48 10 40
Octal 254 262 225 3 0 20 36 110 20 100
Binary 10101100 10110010 10010101 11 0 10000 11110 1001000 10000 1000000

Color Harmonies of #ACB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB295

Black with #ACB295

Text Example


Text Example

White with #ACB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB295; }

 p { color: rgb(172,178,149); }

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

background-color css

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

 a { background-color: rgb(172,178,149); }

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

border-color css

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

 span { border-color: rgb(172,178,149); }

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