Html Css Color HEX #ACB169 Olive Green

📋 copy color: '#ACB169'

red 172 ◦ green 177 ◦ blue 105

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

Shades of Olive Green #ACB169

Tints of Olive Green #ACB169

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.99%

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

R = 37.89%
G = 38.99%
B = 23.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#ACB169 (or 0xACB169) is known color: Olive Green. HEX triplet: AC, B1 and 69. RGB value is (172,177,105). Sum of RGB (Red+Green+Blue) = 172+177+105=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB169 is #534E96. Grayscale: #A7A7A7. Windows color (decimal): -5459607 or 6926764. OLE color: 6926764.

HSL color Cylindrical-coordinate representation of color #ACB169: hue angle of 64.17º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACB169 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 105 -
CMYK 0.03 0 0.41 0.31
HSL 64.17º 0.32% 0.55% -
HSV(B) 64.17º 0.41% 0.69% -
XYZ 35.29 41.23 19.46 -
YUV 167.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 172 177 105 0.03 0 0.41 0.31 64.17 0.32 0.55
Hex AC B1 69 3 0 29 1F 40 20 37
Octal 254 261 151 3 0 51 37 100 40 67
Binary 10101100 10110001 1101001 11 0 101001 11111 1000000 100000 110111

Color Harmonies of #ACB169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB169

Black with #ACB169

Text Example


Text Example

White with #ACB169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB169; }

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

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

background-color css

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

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

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

border-color css

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

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

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