Html Css Color HEX #A9B062 Olive Green

📋 copy color: '#A9B062'

red 169 ◦ green 176 ◦ blue 98

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

Shades of Olive Green #A9B062

Tints of Olive Green #A9B062

RGB

 RED value IS 169 (66.41% from 255) = 38.15%

 GREEN value IS 176 (69.14% from 255) = 39.73%

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

R = 38.15%
G = 39.73%
B = 22.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#A9B062 (or 0xA9B062) is known color: Olive Green. HEX triplet: A9, B0 and 62. RGB value is (169,176,98). Sum of RGB (Red+Green+Blue) = 169+176+98=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B062 is #564F9D. Grayscale: #A5A5A5. Windows color (decimal): -5656478 or 6467753. OLE color: 6467753.

HSL color Cylindrical-coordinate representation of color #A9B062: hue angle of 65.38º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9B062 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 176 98 -
CMYK 0.04 0 0.44 0.31
HSL 65.38º 0.33% 0.54% -
HSV(B) 65.38º 0.44% 0.69% -
XYZ 34.09 40.37 17.55 -
YUV 165.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 169 176 98 0.04 0 0.44 0.31 65.38 0.33 0.54
Hex A9 B0 62 4 0 2C 1F 41 21 36
Octal 251 260 142 4 0 54 37 101 41 66
Binary 10101001 10110000 1100010 100 0 101100 11111 1000001 100001 110110

Color Harmonies of #A9B062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B062

Black with #A9B062

Text Example


Text Example

White with #A9B062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B062; }

 p { color: rgb(169,176,98); }

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

background-color css

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

 a { background-color: rgb(169,176,98); }

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

border-color css

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

 span { border-color: rgb(169,176,98); }

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