Html Css Color HEX #ACB26D Olive Green

📋 copy color: '#ACB26D'

red 172 ◦ green 178 ◦ blue 109

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

Shades of Olive Green #ACB26D

Tints of Olive Green #ACB26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.75%

R = 37.47%
G = 38.78%
B = 23.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#ACB26D (or 0xACB26D) is known color: Olive Green. HEX triplet: AC, B2 and 6D. RGB value is (172,178,109). Sum of RGB (Red+Green+Blue) = 172+178+109=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB26D is #534D92. Grayscale: #A8A8A8. Windows color (decimal): -5459347 or 7189164. OLE color: 7189164.

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

Color convert

RGB 172 178 109 -
CMYK 0.03 0 0.39 0.30
HSL 65.22º 0.31% 0.56% -
HSV(B) 65.22º 0.39% 0.7% -
XYZ 35.69 41.72 20.64 -
YUV 168.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 172 178 109 0.03 0 0.39 0.30 65.22 0.31 0.56
Hex AC B2 6D 3 0 27 1E 41 1F 38
Octal 254 262 155 3 0 47 36 101 37 70
Binary 10101100 10110010 1101101 11 0 100111 11110 1000001 11111 111000

Color Harmonies of #ACB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB26D

Black with #ACB26D

Text Example


Text Example

White with #ACB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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