Html Css Color HEX #ACB65C Olive Green

📋 copy color: '#ACB65C'

red 172 ◦ green 182 ◦ blue 92

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

Shades of Olive Green #ACB65C

Tints of Olive Green #ACB65C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

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

R = 38.57%
G = 40.81%
B = 20.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#ACB65C (or 0xACB65C) is known color: Olive Green. HEX triplet: AC, B6 and 5C. RGB value is (172,182,92). Sum of RGB (Red+Green+Blue) = 172+182+92=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB65C is #5349A3. Grayscale: #A9A9A9. Windows color (decimal): -5458340 or 6076076. OLE color: 6076076.

HSL color Cylindrical-coordinate representation of color #ACB65C: hue angle of 66.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB65C is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 92 -
CMYK 0.05 0 0.49 0.29
HSL 66.67º 0.38% 0.54% -
HSV(B) 66.67º 0.49% 0.71% -
XYZ 35.67 43 16.54 -
YUV 168.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 172 182 92 0.05 0 0.49 0.29 66.67 0.38 0.54
Hex AC B6 5C 5 0 31 1D 43 26 36
Octal 254 266 134 5 0 61 35 103 46 66
Binary 10101100 10110110 1011100 101 0 110001 11101 1000011 100110 110110

Color Harmonies of #ACB65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB65C

Black with #ACB65C

Text Example


Text Example

White with #ACB65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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