Html Css Color HEX #ACB962 Olive Green

📋 copy color: '#ACB962'

red 172 ◦ green 185 ◦ blue 98

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

Shades of Olive Green #ACB962

Tints of Olive Green #ACB962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 37.8%
G = 40.66%
B = 21.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#ACB962 (or 0xACB962) is known color: Olive Green. HEX triplet: AC, B9 and 62. RGB value is (172,185,98). Sum of RGB (Red+Green+Blue) = 172+185+98=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB962 is #53469D. Grayscale: #ABABAB. Windows color (decimal): -5457566 or 6470060. OLE color: 6470060.

HSL color Cylindrical-coordinate representation of color #ACB962: hue angle of 68.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB962 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 98 -
CMYK 0.07 0 0.47 0.27
HSL 68.97º 0.38% 0.55% -
HSV(B) 68.97º 0.47% 0.73% -
XYZ 36.57 44.35 18.19 -
YUV 171.2 86.69 128.57 -
System Red Green Blue C M Y K H S L
Decimal 172 185 98 0.07 0 0.47 0.27 68.97 0.38 0.55
Hex AC B9 62 7 0 2F 1B 45 26 37
Octal 254 271 142 7 0 57 33 105 46 67
Binary 10101100 10111001 1100010 111 0 101111 11011 1000101 100110 110111

Color Harmonies of #ACB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB962

Black with #ACB962

Text Example


Text Example

White with #ACB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB962; }

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

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

background-color css

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

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

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

border-color css

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

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

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