Html Css Color HEX #ACB453 Olive Green

📋 copy color: '#ACB453'

red 172 ◦ green 180 ◦ blue 83

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

Shades of Olive Green #ACB453

Tints of Olive Green #ACB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

 BLUE value IS 83 (32.81% from 255) = 19.08%

R = 39.54%
G = 41.38%
B = 19.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#ACB453 (or 0xACB453) is known color: Olive Green. HEX triplet: AC, B4 and 53. RGB value is (172,180,83). Sum of RGB (Red+Green+Blue) = 172+180+83=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB453 is #534BAC. Grayscale: #A6A6A6. Windows color (decimal): -5458861 or 5485740. OLE color: 5485740.

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

Color convert

RGB 172 180 83 -
CMYK 0.04 0 0.54 0.29
HSL 64.95º 0.39% 0.52% -
HSV(B) 64.95º 0.54% 0.71% -
XYZ 34.9 42.04 14.46 -
YUV 166.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 172 180 83 0.04 0 0.54 0.29 64.95 0.39 0.52
Hex AC B4 53 4 0 36 1D 41 27 34
Octal 254 264 123 4 0 66 35 101 47 64
Binary 10101100 10110100 1010011 100 0 110110 11101 1000001 100111 110100

Color Harmonies of #ACB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB453

Black with #ACB453

Text Example


Text Example

White with #ACB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB453; }

 p { color: rgb(172,180,83); }

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

background-color css

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

 a { background-color: rgb(172,180,83); }

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

border-color css

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

 span { border-color: rgb(172,180,83); }

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