Html Css Color HEX #ACB862 Olive Green

📋 copy color: '#ACB862'

red 172 ◦ green 184 ◦ blue 98

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

Shades of Olive Green #ACB862

Tints of Olive Green #ACB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

 BLUE value IS 98 (38.67% from 255) = 21.59%

R = 37.89%
G = 40.53%
B = 21.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#ACB862 (or 0xACB862) is known color: Olive Green. HEX triplet: AC, B8 and 62. RGB value is (172,184,98). Sum of RGB (Red+Green+Blue) = 172+184+98=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB862 is #53479D. Grayscale: #AAAAAA. Windows color (decimal): -5457822 or 6469804. OLE color: 6469804.

HSL color Cylindrical-coordinate representation of color #ACB862: hue angle of 68.37º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB862 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 98 -
CMYK 0.07 0 0.47 0.28
HSL 68.37º 0.38% 0.55% -
HSV(B) 68.37º 0.47% 0.72% -
XYZ 36.36 43.93 18.12 -
YUV 170.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 172 184 98 0.07 0 0.47 0.28 68.37 0.38 0.55
Hex AC B8 62 7 0 2F 1C 44 26 37
Octal 254 270 142 7 0 57 34 104 46 67
Binary 10101100 10111000 1100010 111 0 101111 11100 1000100 100110 110111

Color Harmonies of #ACB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB862

Black with #ACB862

Text Example


Text Example

White with #ACB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB862; }

 p { color: rgb(172,184,98); }

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

background-color css

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

 a { background-color: rgb(172,184,98); }

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

border-color css

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

 span { border-color: rgb(172,184,98); }

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