Html Css Color HEX #A9B462 Olive Green

📋 copy color: '#A9B462'

red 169 ◦ green 180 ◦ blue 98

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

Shades of Olive Green #A9B462

Tints of Olive Green #A9B462

RGB

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

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

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

R = 37.81%
G = 40.27%
B = 21.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#A9B462 (or 0xA9B462) is known color: Olive Green. HEX triplet: A9, B4 and 62. RGB value is (169,180,98). Sum of RGB (Red+Green+Blue) = 169+180+98=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B462 is #564B9D. Grayscale: #A7A7A7. Windows color (decimal): -5655454 or 6468777. OLE color: 6468777.

HSL color Cylindrical-coordinate representation of color #A9B462: hue angle of 68.05º 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 #A9B462 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 98 -
CMYK 0.06 0 0.46 0.29
HSL 68.05º 0.35% 0.55% -
HSV(B) 68.05º 0.46% 0.71% -
XYZ 34.89 41.96 17.82 -
YUV 167.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 169 180 98 0.06 0 0.46 0.29 68.05 0.35 0.55
Hex A9 B4 62 6 0 2E 1D 44 23 37
Octal 251 264 142 6 0 56 35 104 43 67
Binary 10101001 10110100 1100010 110 0 101110 11101 1000100 100011 110111

Color Harmonies of #A9B462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B462

Black with #A9B462

Text Example


Text Example

White with #A9B462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B462; }

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

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

background-color css

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

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

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

border-color css

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

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

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