Html Css Color HEX #ACB369 Olive Green

📋 copy color: '#ACB369'

red 172 ◦ green 179 ◦ blue 105

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

Shades of Olive Green #ACB369

Tints of Olive Green #ACB369

RGB

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

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

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

R = 37.72%
G = 39.25%
B = 23.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#ACB369 (or 0xACB369) is known color: Olive Green. HEX triplet: AC, B3 and 69. RGB value is (172,179,105). Sum of RGB (Red+Green+Blue) = 172+179+105=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB369 is #534C96. Grayscale: #A8A8A8. Windows color (decimal): -5459095 or 6927276. OLE color: 6927276.

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

Color convert

RGB 172 179 105 -
CMYK 0.04 0 0.41 0.30
HSL 65.68º 0.33% 0.56% -
HSV(B) 65.68º 0.41% 0.7% -
XYZ 35.68 42.03 19.6 -
YUV 168.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 172 179 105 0.04 0 0.41 0.30 65.68 0.33 0.56
Hex AC B3 69 4 0 29 1E 42 21 38
Octal 254 263 151 4 0 51 36 102 41 70
Binary 10101100 10110011 1101001 100 0 101001 11110 1000010 100001 111000

Color Harmonies of #ACB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB369

Black with #ACB369

Text Example


Text Example

White with #ACB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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