Html Css Color HEX #ACB95A Olive Green

📋 copy color: '#ACB95A'

red 172 ◦ green 185 ◦ blue 90

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

Shades of Olive Green #ACB95A

Tints of Olive Green #ACB95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

 BLUE value IS 90 (35.55% from 255) = 20.13%

R = 38.48%
G = 41.39%
B = 20.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#ACB95A (or 0xACB95A) is known color: Olive Green. HEX triplet: AC, B9 and 5A. RGB value is (172,185,90). Sum of RGB (Red+Green+Blue) = 172+185+90=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB95A is #5346A5. Grayscale: #AAAAAA. Windows color (decimal): -5457574 or 5945772. OLE color: 5945772.

HSL color Cylindrical-coordinate representation of color #ACB95A: hue angle of 68.21º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB95A is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 90 -
CMYK 0.07 0 0.51 0.27
HSL 68.21º 0.4% 0.54% -
HSV(B) 68.21º 0.51% 0.73% -
XYZ 36.21 44.21 16.3 -
YUV 170.28 82.69 129.22 -
System Red Green Blue C M Y K H S L
Decimal 172 185 90 0.07 0 0.51 0.27 68.21 0.4 0.54
Hex AC B9 5A 7 0 33 1B 44 28 36
Octal 254 271 132 7 0 63 33 104 50 66
Binary 10101100 10111001 1011010 111 0 110011 11011 1000100 101000 110110

Color Harmonies of #ACB95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB95A

Black with #ACB95A

Text Example


Text Example

White with #ACB95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB95A; }

 p { color: rgb(172,185,90); }

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

background-color css

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

 a { background-color: rgb(172,185,90); }

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

border-color css

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

 span { border-color: rgb(172,185,90); }

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