Html Css Color HEX #ACB26E Olive Green

📋 copy color: '#ACB26E'

red 172 ◦ green 178 ◦ blue 110

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

Shades of Olive Green #ACB26E

Tints of Olive Green #ACB26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

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

R = 37.39%
G = 38.7%
B = 23.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#ACB26E (or 0xACB26E) is known color: Olive Green. HEX triplet: AC, B2 and 6E. RGB value is (172,178,110). Sum of RGB (Red+Green+Blue) = 172+178+110=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB26E is #534D91. Grayscale: #A8A8A8. Windows color (decimal): -5459346 or 7254700. OLE color: 7254700.

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

Color convert

RGB 172 178 110 -
CMYK 0.03 0 0.38 0.30
HSL 65.29º 0.31% 0.56% -
HSV(B) 65.29º 0.38% 0.7% -
XYZ 35.75 41.74 20.92 -
YUV 168.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 172 178 110 0.03 0 0.38 0.30 65.29 0.31 0.56
Hex AC B2 6E 3 0 26 1E 41 1F 38
Octal 254 262 156 3 0 46 36 101 37 70
Binary 10101100 10110010 1101110 11 0 100110 11110 1000001 11111 111000

Color Harmonies of #ACB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB26E

Black with #ACB26E

Text Example


Text Example

White with #ACB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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