Html Css Color HEX #ACB26C Olive Green

📋 copy color: '#ACB26C'

red 172 ◦ green 178 ◦ blue 108

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

Shades of Olive Green #ACB26C

Tints of Olive Green #ACB26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.58%

R = 37.55%
G = 38.86%
B = 23.58%

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

#ACB26C (or 0xACB26C) is known color: Olive Green. HEX triplet: AC, B2 and 6C. RGB value is (172,178,108). Sum of RGB (Red+Green+Blue) = 172+178+108=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB26C is #534D93. Grayscale: #A8A8A8. Windows color (decimal): -5459348 or 7123628. OLE color: 7123628.

HSL color Cylindrical-coordinate representation of color #ACB26C: hue angle of 65.14º 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 #ACB26C is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 108 -
CMYK 0.03 0 0.39 0.30
HSL 65.14º 0.31% 0.56% -
HSV(B) 65.14º 0.39% 0.7% -
XYZ 35.64 41.69 20.36 -
YUV 168.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 172 178 108 0.03 0 0.39 0.30 65.14 0.31 0.56
Hex AC B2 6C 3 0 27 1E 41 1F 38
Octal 254 262 154 3 0 47 36 101 37 70
Binary 10101100 10110010 1101100 11 0 100111 11110 1000001 11111 111000

Color Harmonies of #ACB26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB26C

Black with #ACB26C

Text Example


Text Example

White with #ACB26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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