Html Css Color HEX #ACB35C Olive Green

📋 copy color: '#ACB35C'

red 172 ◦ green 179 ◦ blue 92

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

Shades of Olive Green #ACB35C

Tints of Olive Green #ACB35C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 38.83%
G = 40.41%
B = 20.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#ACB35C (or 0xACB35C) is known color: Olive Green. HEX triplet: AC, B3 and 5C. RGB value is (172,179,92). Sum of RGB (Red+Green+Blue) = 172+179+92=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB35C is #534CA3. Grayscale: #A7A7A7. Windows color (decimal): -5459108 or 6075308. OLE color: 6075308.

HSL color Cylindrical-coordinate representation of color #ACB35C: hue angle of 64.83º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB35C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 92 -
CMYK 0.04 0 0.49 0.30
HSL 64.83º 0.36% 0.53% -
HSV(B) 64.83º 0.49% 0.7% -
XYZ 35.07 41.78 16.34 -
YUV 166.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 172 179 92 0.04 0 0.49 0.30 64.83 0.36 0.53
Hex AC B3 5C 4 0 31 1E 41 24 35
Octal 254 263 134 4 0 61 36 101 44 65
Binary 10101100 10110011 1011100 100 0 110001 11110 1000001 100100 110101

Color Harmonies of #ACB35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB35C

Black with #ACB35C

Text Example


Text Example

White with #ACB35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB35C; }

 p { color: rgb(172,179,92); }

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

background-color css

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

 a { background-color: rgb(172,179,92); }

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

border-color css

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

 span { border-color: rgb(172,179,92); }

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