Html Css Color HEX #ACB65A Olive Green

📋 copy color: '#ACB65A'

red 172 ◦ green 182 ◦ blue 90

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

Shades of Olive Green #ACB65A

Tints of Olive Green #ACB65A

RGB

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

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

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

R = 38.74%
G = 40.99%
B = 20.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#ACB65A (or 0xACB65A) is known color: Olive Green. HEX triplet: AC, B6 and 5A. RGB value is (172,182,90). Sum of RGB (Red+Green+Blue) = 172+182+90=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB65A is #5349A5. Grayscale: #A8A8A8. Windows color (decimal): -5458342 or 5945004. OLE color: 5945004.

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

Color convert

RGB 172 182 90 -
CMYK 0.05 0 0.51 0.29
HSL 66.52º 0.39% 0.53% -
HSV(B) 66.52º 0.51% 0.71% -
XYZ 35.59 42.96 16.09 -
YUV 168.52 83.69 130.48 -
System Red Green Blue C M Y K H S L
Decimal 172 182 90 0.05 0 0.51 0.29 66.52 0.39 0.53
Hex AC B6 5A 5 0 33 1D 43 27 35
Octal 254 266 132 5 0 63 35 103 47 65
Binary 10101100 10110110 1011010 101 0 110011 11101 1000011 100111 110101

Color Harmonies of #ACB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB65A

Black with #ACB65A

Text Example


Text Example

White with #ACB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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