Html Css Color HEX #ACB296 Green Spring

📋 copy color: '#ACB296'

red 172 ◦ green 178 ◦ blue 150

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

Shades of Green Spring #ACB296

Tints of Green Spring #ACB296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 34.4%
G = 35.6%
B = 30%

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

#ACB296 (or 0xACB296) is known color: Green Spring. HEX triplet: AC, B2 and 96. RGB value is (172,178,150). Sum of RGB (Red+Green+Blue) = 172+178+150=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB296 is #534D69. Grayscale: #ADADAD. Windows color (decimal): -5459306 or 9876140. OLE color: 9876140.

HSL color Cylindrical-coordinate representation of color #ACB296: hue angle of 72.86º degrees, saturation: 0.15, 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 #ACB296 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 150 -
CMYK 0.03 0 0.16 0.30
HSL 72.86º 0.15% 0.64% -
HSV(B) 72.86º 0.16% 0.7% -
XYZ 38.44 42.81 35.09 -
YUV 173.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 172 178 150 0.03 0 0.16 0.30 72.86 0.15 0.64
Hex AC B2 96 3 0 10 1E 49 F 40
Octal 254 262 226 3 0 20 36 111 17 100
Binary 10101100 10110010 10010110 11 0 10000 11110 1001001 1111 1000000

Color Harmonies of #ACB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB296

Black with #ACB296

Text Example


Text Example

White with #ACB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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