Html Css Color HEX #ACB263 Olive Green

📋 copy color: '#ACB263'

red 172 ◦ green 178 ◦ blue 99

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

Shades of Olive Green #ACB263

Tints of Olive Green #ACB263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 38.31%
G = 39.64%
B = 22.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#ACB263 (or 0xACB263) is known color: Olive Green. HEX triplet: AC, B2 and 63. RGB value is (172,178,99). Sum of RGB (Red+Green+Blue) = 172+178+99=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB263 is #534D9C. Grayscale: #A7A7A7. Windows color (decimal): -5459357 or 6533804. OLE color: 6533804.

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

Color convert

RGB 172 178 99 -
CMYK 0.03 0 0.44 0.30
HSL 64.56º 0.34% 0.54% -
HSV(B) 64.56º 0.44% 0.7% -
XYZ 35.19 41.51 17.96 -
YUV 167.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 172 178 99 0.03 0 0.44 0.30 64.56 0.34 0.54
Hex AC B2 63 3 0 2C 1E 41 22 36
Octal 254 262 143 3 0 54 36 101 42 66
Binary 10101100 10110010 1100011 11 0 101100 11110 1000001 100010 110110

Color Harmonies of #ACB263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB263

Black with #ACB263

Text Example


Text Example

White with #ACB263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB263; }

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

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

background-color css

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

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

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

border-color css

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

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

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