Html Css Color HEX #A9BC62 Olive Green

📋 copy color: '#A9BC62'

red 169 ◦ green 188 ◦ blue 98

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

Shades of Olive Green #A9BC62

Tints of Olive Green #A9BC62

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

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

R = 37.14%
G = 41.32%
B = 21.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#A9BC62 (or 0xA9BC62) is known color: Olive Green. HEX triplet: A9, BC and 62. RGB value is (169,188,98). Sum of RGB (Red+Green+Blue) = 169+188+98=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC62 is #56439D. Grayscale: #ACACAC. Windows color (decimal): -5653406 or 6470825. OLE color: 6470825.

HSL color Cylindrical-coordinate representation of color #A9BC62: hue angle of 72.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9BC62 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 98 -
CMYK 0.10 0 0.48 0.26
HSL 72.67º 0.4% 0.56% -
HSV(B) 72.67º 0.48% 0.74% -
XYZ 36.55 45.28 18.37 -
YUV 172.06 86.21 125.82 -
System Red Green Blue C M Y K H S L
Decimal 169 188 98 0.10 0 0.48 0.26 72.67 0.4 0.56
Hex A9 BC 62 A 0 30 1A 49 28 38
Octal 251 274 142 12 0 60 32 111 50 70
Binary 10101001 10111100 1100010 1010 0 110000 11010 1001001 101000 111000

Color Harmonies of #A9BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC62

Black with #A9BC62

Text Example


Text Example

White with #A9BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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