Html Css Color HEX #A9B358 Olive Green

📋 copy color: '#A9B358'

red 169 ◦ green 179 ◦ blue 88

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

Shades of Olive Green #A9B358

Tints of Olive Green #A9B358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 88 (34.77% from 255) = 20.18%

R = 38.76%
G = 41.06%
B = 20.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#A9B358 (or 0xA9B358) is known color: Olive Green. HEX triplet: A9, B3 and 58. RGB value is (169,179,88). Sum of RGB (Red+Green+Blue) = 169+179+88=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B358 is #564CA7. Grayscale: #A5A5A5. Windows color (decimal): -5655720 or 5813161. OLE color: 5813161.

HSL color Cylindrical-coordinate representation of color #A9B358: hue angle of 66.59º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9B358 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 179 88 -
CMYK 0.06 0 0.51 0.30
HSL 66.59º 0.37% 0.52% -
HSV(B) 66.59º 0.51% 0.7% -
XYZ 34.24 41.38 15.41 -
YUV 165.64 84.19 130.4 -
System Red Green Blue C M Y K H S L
Decimal 169 179 88 0.06 0 0.51 0.30 66.59 0.37 0.52
Hex A9 B3 58 6 0 33 1E 43 25 34
Octal 251 263 130 6 0 63 36 103 45 64
Binary 10101001 10110011 1011000 110 0 110011 11110 1000011 100101 110100

Color Harmonies of #A9B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B358

Black with #A9B358

Text Example


Text Example

White with #A9B358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B358; }

 p { color: rgb(169,179,88); }

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

background-color css

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

 a { background-color: rgb(169,179,88); }

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

border-color css

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

 span { border-color: rgb(169,179,88); }

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