Html Css Color HEX #ACB892 Green Spring

📋 copy color: '#ACB892'

red 172 ◦ green 184 ◦ blue 146

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

Shades of Green Spring #ACB892

Tints of Green Spring #ACB892

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

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

R = 34.26%
G = 36.65%
B = 29.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#ACB892 (or 0xACB892) is known color: Green Spring. HEX triplet: AC, B8 and 92. RGB value is (172,184,146). Sum of RGB (Red+Green+Blue) = 172+184+146=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB892 is #53476D. Grayscale: #B0B0B0. Windows color (decimal): -5457774 or 9615532. OLE color: 9615532.

HSL color Cylindrical-coordinate representation of color #ACB892: hue angle of 78.95º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB892 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 146 -
CMYK 0.07 0 0.21 0.28
HSL 78.95º 0.21% 0.65% -
HSV(B) 78.95º 0.21% 0.72% -
XYZ 39.34 45.13 33.83 -
YUV 176.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 172 184 146 0.07 0 0.21 0.28 78.95 0.21 0.65
Hex AC B8 92 7 0 15 1C 4F 15 41
Octal 254 270 222 7 0 25 34 117 25 101
Binary 10101100 10111000 10010010 111 0 10101 11100 1001111 10101 1000001

Color Harmonies of #ACB892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB892

Black with #ACB892

Text Example


Text Example

White with #ACB892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB892; }

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

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

background-color css

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

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

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

border-color css

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

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

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