Html Css Color HEX #ACB869 Olive Green

📋 copy color: '#ACB869'

red 172 ◦ green 184 ◦ blue 105

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

Shades of Olive Green #ACB869

Tints of Olive Green #ACB869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.78%

R = 37.31%
G = 39.91%
B = 22.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#ACB869 (or 0xACB869) is known color: Olive Green. HEX triplet: AC, B8 and 69. RGB value is (172,184,105). Sum of RGB (Red+Green+Blue) = 172+184+105=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB869 is #534796. Grayscale: #ABABAB. Windows color (decimal): -5457815 or 6928556. OLE color: 6928556.

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

Color convert

RGB 172 184 105 -
CMYK 0.07 0 0.43 0.28
HSL 69.11º 0.36% 0.57% -
HSV(B) 69.11º 0.43% 0.72% -
XYZ 36.7 44.07 19.94 -
YUV 171.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 172 184 105 0.07 0 0.43 0.28 69.11 0.36 0.57
Hex AC B8 69 7 0 2B 1C 45 24 39
Octal 254 270 151 7 0 53 34 105 44 71
Binary 10101100 10111000 1101001 111 0 101011 11100 1000101 100100 111001

Color Harmonies of #ACB869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB869

Black with #ACB869

Text Example


Text Example

White with #ACB869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB869; }

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

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

background-color css

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

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

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

border-color css

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

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

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