Html Css Color HEX #ACB462 Olive Green

📋 copy color: '#ACB462'

red 172 ◦ green 180 ◦ blue 98

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

Shades of Olive Green #ACB462

Tints of Olive Green #ACB462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 38.22%
G = 40%
B = 21.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#ACB462 (or 0xACB462) is known color: Olive Green. HEX triplet: AC, B4 and 62. RGB value is (172,180,98). Sum of RGB (Red+Green+Blue) = 172+180+98=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB462 is #534B9D. Grayscale: #A8A8A8. Windows color (decimal): -5458846 or 6468780. OLE color: 6468780.

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

Color convert

RGB 172 180 98 -
CMYK 0.04 0 0.46 0.29
HSL 65.85º 0.35% 0.55% -
HSV(B) 65.85º 0.46% 0.71% -
XYZ 35.54 42.3 17.85 -
YUV 168.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 172 180 98 0.04 0 0.46 0.29 65.85 0.35 0.55
Hex AC B4 62 4 0 2E 1D 42 23 37
Octal 254 264 142 4 0 56 35 102 43 67
Binary 10101100 10110100 1100010 100 0 101110 11101 1000010 100011 110111

Color Harmonies of #ACB462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB462

Black with #ACB462

Text Example


Text Example

White with #ACB462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB462; }

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

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

background-color css

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

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

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

border-color css

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

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

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