Html Css Color HEX #A9B25F Olive Green

📋 copy color: '#A9B25F'

red 169 ◦ green 178 ◦ blue 95

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

Shades of Olive Green #A9B25F

Tints of Olive Green #A9B25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 38.24%
G = 40.27%
B = 21.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#A9B25F (or 0xA9B25F) is known color: Olive Green. HEX triplet: A9, B2 and 5F. RGB value is (169,178,95). Sum of RGB (Red+Green+Blue) = 169+178+95=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B25F is #564DA0. Grayscale: #A6A6A6. Windows color (decimal): -5655969 or 6271657. OLE color: 6271657.

HSL color Cylindrical-coordinate representation of color #A9B25F: hue angle of 66.51º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9B25F is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 178 95 -
CMYK 0.05 0 0.47 0.30
HSL 66.51º 0.35% 0.54% -
HSV(B) 66.51º 0.47% 0.7% -
XYZ 34.35 41.1 16.95 -
YUV 165.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 169 178 95 0.05 0 0.47 0.30 66.51 0.35 0.54
Hex A9 B2 5F 5 0 2F 1E 43 23 36
Octal 251 262 137 5 0 57 36 103 43 66
Binary 10101001 10110010 1011111 101 0 101111 11110 1000011 100011 110110

Color Harmonies of #A9B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B25F

Black with #A9B25F

Text Example


Text Example

White with #A9B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B25F; }

 p { color: rgb(169,178,95); }

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

background-color css

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

 a { background-color: rgb(169,178,95); }

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

border-color css

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

 span { border-color: rgb(169,178,95); }

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