Html Css Color HEX #ACB292 Green Spring

📋 copy color: '#ACB292'

red 172 ◦ green 178 ◦ blue 146

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

Shades of Green Spring #ACB292

Tints of Green Spring #ACB292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 34.68%
G = 35.89%
B = 29.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#ACB292 (or 0xACB292) is known color: Green Spring. HEX triplet: AC, B2 and 92. RGB value is (172,178,146). Sum of RGB (Red+Green+Blue) = 172+178+146=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB292 is #534D6D. Grayscale: #ACACAC. Windows color (decimal): -5459310 or 9613996. OLE color: 9613996.

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

Color convert

RGB 172 178 146 -
CMYK 0.03 0 0.18 0.30
HSL 71.25º 0.17% 0.64% -
HSV(B) 71.25º 0.18% 0.7% -
XYZ 38.12 42.69 33.42 -
YUV 172.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 172 178 146 0.03 0 0.18 0.30 71.25 0.17 0.64
Hex AC B2 92 3 0 12 1E 47 11 40
Octal 254 262 222 3 0 22 36 107 21 100
Binary 10101100 10110010 10010010 11 0 10010 11110 1000111 10001 1000000

Color Harmonies of #ACB292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB292

Black with #ACB292

Text Example


Text Example

White with #ACB292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB292; }

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

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

background-color css

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

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

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

border-color css

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

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

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