Html Css Color HEX #ACB658 Olive Green

📋 copy color: '#ACB658'

red 172 ◦ green 182 ◦ blue 88

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

Shades of Olive Green #ACB658

Tints of Olive Green #ACB658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.91%

R = 38.91%
G = 41.18%
B = 19.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#ACB658 (or 0xACB658) is known color: Olive Green. HEX triplet: AC, B6 and 58. RGB value is (172,182,88). Sum of RGB (Red+Green+Blue) = 172+182+88=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB658 is #5349A7. Grayscale: #A8A8A8. Windows color (decimal): -5458344 or 5813932. OLE color: 5813932.

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

Color convert

RGB 172 182 88 -
CMYK 0.05 0 0.52 0.29
HSL 66.38º 0.39% 0.53% -
HSV(B) 66.38º 0.52% 0.71% -
XYZ 35.5 42.93 15.65 -
YUV 168.29 82.69 130.64 -
System Red Green Blue C M Y K H S L
Decimal 172 182 88 0.05 0 0.52 0.29 66.38 0.39 0.53
Hex AC B6 58 5 0 34 1D 42 27 35
Octal 254 266 130 5 0 64 35 102 47 65
Binary 10101100 10110110 1011000 101 0 110100 11101 1000010 100111 110101

Color Harmonies of #ACB658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB658

Black with #ACB658

Text Example


Text Example

White with #ACB658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB658; }

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

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

background-color css

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

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

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

border-color css

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

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

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