Html Css Color HEX #ACB066 Olive Green

📋 copy color: '#ACB066'

red 172 ◦ green 176 ◦ blue 102

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

Shades of Olive Green #ACB066

Tints of Olive Green #ACB066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 38.22%
G = 39.11%
B = 22.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#ACB066 (or 0xACB066) is known color: Olive Green. HEX triplet: AC, B0 and 66. RGB value is (172,176,102). Sum of RGB (Red+Green+Blue) = 172+176+102=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB066 is #534F99. Grayscale: #A6A6A6. Windows color (decimal): -5459866 or 6729900. OLE color: 6729900.

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

Color convert

RGB 172 176 102 -
CMYK 0.02 0 0.42 0.31
HSL 63.24º 0.32% 0.55% -
HSV(B) 63.24º 0.42% 0.69% -
XYZ 34.94 40.78 18.6 -
YUV 166.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 172 176 102 0.02 0 0.42 0.31 63.24 0.32 0.55
Hex AC B0 66 2 0 2A 1F 3F 20 37
Octal 254 260 146 2 0 52 37 77 40 67
Binary 10101100 10110000 1100110 10 0 101010 11111 111111 100000 110111

Color Harmonies of #ACB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB066

Black with #ACB066

Text Example


Text Example

White with #ACB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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