Html Css Color HEX #A9BD69 Olivine

📋 copy color: '#A9BD69'

red 169 ◦ green 189 ◦ blue 105

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

Shades of Olivine #A9BD69

Tints of Olivine #A9BD69

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.82%

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 36.5%
G = 40.82%
B = 22.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#A9BD69 (or 0xA9BD69) is known color: Olivine. HEX triplet: A9, BD and 69. RGB value is (169,189,105). Sum of RGB (Red+Green+Blue) = 169+189+105=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD69 is #564296. Grayscale: #ADADAD. Windows color (decimal): -5653143 or 6929833. OLE color: 6929833.

HSL color Cylindrical-coordinate representation of color #A9BD69: hue angle of 74.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9BD69 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 189 105 -
CMYK 0.11 0 0.44 0.26
HSL 74.29º 0.39% 0.58% -
HSV(B) 74.29º 0.44% 0.74% -
XYZ 37.11 45.85 20.26 -
YUV 173.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 169 189 105 0.11 0 0.44 0.26 74.29 0.39 0.58
Hex A9 BD 69 B 0 2C 1A 4A 27 3A
Octal 251 275 151 13 0 54 32 112 47 72
Binary 10101001 10111101 1101001 1011 0 101100 11010 1001010 100111 111010

Color Harmonies of #A9BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD69

Black with #A9BD69

Text Example


Text Example

White with #A9BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD69; }

 p { color: rgb(169,189,105); }

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

background-color css

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

 a { background-color: rgb(169,189,105); }

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

border-color css

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

 span { border-color: rgb(169,189,105); }

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