Html Css Color HEX #ACB06E Olive Green

📋 copy color: '#ACB06E'

red 172 ◦ green 176 ◦ blue 110

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

Shades of Olive Green #ACB06E

Tints of Olive Green #ACB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.43%

 BLUE value IS 110 (43.36% from 255) = 24.02%

R = 37.55%
G = 38.43%
B = 24.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#ACB06E (or 0xACB06E) is known color: Olive Green. HEX triplet: AC, B0 and 6E. RGB value is (172,176,110). Sum of RGB (Red+Green+Blue) = 172+176+110=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB06E is #534F91. Grayscale: #A7A7A7. Windows color (decimal): -5459858 or 7254188. OLE color: 7254188.

HSL color Cylindrical-coordinate representation of color #ACB06E: hue angle of 63.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB06E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 110 -
CMYK 0.02 0 0.37 0.31
HSL 63.64º 0.29% 0.56% -
HSV(B) 63.64º 0.38% 0.69% -
XYZ 35.35 40.95 20.79 -
YUV 167.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 172 176 110 0.02 0 0.37 0.31 63.64 0.29 0.56
Hex AC B0 6E 2 0 25 1F 40 1D 38
Octal 254 260 156 2 0 45 37 100 35 70
Binary 10101100 10110000 1101110 10 0 100101 11111 1000000 11101 111000

Color Harmonies of #ACB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB06E

Black with #ACB06E

Text Example


Text Example

White with #ACB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB06E; }

 p { color: rgb(172,176,110); }

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

background-color css

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

 a { background-color: rgb(172,176,110); }

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

border-color css

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

 span { border-color: rgb(172,176,110); }

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