Html Css Color HEX #ACB75C Olive Green

📋 copy color: '#ACB75C'

red 172 ◦ green 183 ◦ blue 92

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

Shades of Olive Green #ACB75C

Tints of Olive Green #ACB75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 38.48%
G = 40.94%
B = 20.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#ACB75C (or 0xACB75C) is known color: Olive Green. HEX triplet: AC, B7 and 5C. RGB value is (172,183,92). Sum of RGB (Red+Green+Blue) = 172+183+92=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB75C is #5348A3. Grayscale: #A9A9A9. Windows color (decimal): -5458084 or 6076332. OLE color: 6076332.

HSL color Cylindrical-coordinate representation of color #ACB75C: hue angle of 67.25º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB75C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 92 -
CMYK 0.06 0 0.50 0.28
HSL 67.25º 0.39% 0.54% -
HSV(B) 67.25º 0.5% 0.72% -
XYZ 35.88 43.41 16.61 -
YUV 169.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 172 183 92 0.06 0 0.50 0.28 67.25 0.39 0.54
Hex AC B7 5C 6 0 32 1C 43 27 36
Octal 254 267 134 6 0 62 34 103 47 66
Binary 10101100 10110111 1011100 110 0 110010 11100 1000011 100111 110110

Color Harmonies of #ACB75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB75C

Black with #ACB75C

Text Example


Text Example

White with #ACB75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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