Html Css Color HEX #ACB65D Olive Green

📋 copy color: '#ACB65D'

red 172 ◦ green 182 ◦ blue 93

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

Shades of Olive Green #ACB65D

Tints of Olive Green #ACB65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 38.48%
G = 40.72%
B = 20.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#ACB65D (or 0xACB65D) is known color: Olive Green. HEX triplet: AC, B6 and 5D. RGB value is (172,182,93). Sum of RGB (Red+Green+Blue) = 172+182+93=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB65D is #5349A2. Grayscale: #A9A9A9. Windows color (decimal): -5458339 or 6141612. OLE color: 6141612.

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

Color convert

RGB 172 182 93 -
CMYK 0.05 0 0.49 0.29
HSL 66.74º 0.38% 0.54% -
HSV(B) 66.74º 0.49% 0.71% -
XYZ 35.72 43.02 16.78 -
YUV 168.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 172 182 93 0.05 0 0.49 0.29 66.74 0.38 0.54
Hex AC B6 5D 5 0 31 1D 43 26 36
Octal 254 266 135 5 0 61 35 103 46 66
Binary 10101100 10110110 1011101 101 0 110001 11101 1000011 100110 110110

Color Harmonies of #ACB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB65D

Black with #ACB65D

Text Example


Text Example

White with #ACB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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