Html Css Color HEX #ACB763 Olive Green

📋 copy color: '#ACB763'

red 172 ◦ green 183 ◦ blue 99

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

Shades of Olive Green #ACB763

Tints of Olive Green #ACB763

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

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

R = 37.89%
G = 40.31%
B = 21.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#ACB763 (or 0xACB763) is known color: Olive Green. HEX triplet: AC, B7 and 63. RGB value is (172,183,99). Sum of RGB (Red+Green+Blue) = 172+183+99=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB763 is #53489C. Grayscale: #AAAAAA. Windows color (decimal): -5458077 or 6535084. OLE color: 6535084.

HSL color Cylindrical-coordinate representation of color #ACB763: hue angle of 67.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB763 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 99 -
CMYK 0.06 0 0.46 0.28
HSL 67.86º 0.37% 0.55% -
HSV(B) 67.86º 0.46% 0.72% -
XYZ 36.2 43.54 18.3 -
YUV 170.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 172 183 99 0.06 0 0.46 0.28 67.86 0.37 0.55
Hex AC B7 63 6 0 2E 1C 44 25 37
Octal 254 267 143 6 0 56 34 104 45 67
Binary 10101100 10110111 1100011 110 0 101110 11100 1000100 100101 110111

Color Harmonies of #ACB763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB763

Black with #ACB763

Text Example


Text Example

White with #ACB763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB763; }

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

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

background-color css

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

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

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

border-color css

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

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

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