Html Css Color HEX #ACB692 Green Spring

📋 copy color: '#ACB692'

red 172 ◦ green 182 ◦ blue 146

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

Shades of Green Spring #ACB692

Tints of Green Spring #ACB692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.4%

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

R = 34.4%
G = 36.4%
B = 29.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#ACB692 (or 0xACB692) is known color: Green Spring. HEX triplet: AC, B6 and 92. RGB value is (172,182,146). Sum of RGB (Red+Green+Blue) = 172+182+146=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB692 is #53496D. Grayscale: #AFAFAF. Windows color (decimal): -5458286 or 9615020. OLE color: 9615020.

HSL color Cylindrical-coordinate representation of color #ACB692: hue angle of 76.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB692 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 146 -
CMYK 0.05 0 0.20 0.29
HSL 76.67º 0.2% 0.64% -
HSV(B) 76.67º 0.2% 0.71% -
XYZ 38.93 44.3 33.69 -
YUV 174.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 172 182 146 0.05 0 0.20 0.29 76.67 0.2 0.64
Hex AC B6 92 5 0 14 1D 4D 14 40
Octal 254 266 222 5 0 24 35 115 24 100
Binary 10101100 10110110 10010010 101 0 10100 11101 1001101 10100 1000000

Color Harmonies of #ACB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB692

Black with #ACB692

Text Example


Text Example

White with #ACB692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB692; }

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

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

background-color css

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

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

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

border-color css

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

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

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