Html Css Color HEX #A9BB6A Olivine

📋 copy color: '#A9BB6A'

red 169 ◦ green 187 ◦ blue 106

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

Shades of Olivine #A9BB6A

Tints of Olivine #A9BB6A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 36.58%
G = 40.48%
B = 22.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#A9BB6A (or 0xA9BB6A) is known color: Olivine. HEX triplet: A9, BB and 6A. RGB value is (169,187,106). Sum of RGB (Red+Green+Blue) = 169+187+106=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BB6A is #564495. Grayscale: #ACACAC. Windows color (decimal): -5653654 or 6994857. OLE color: 6994857.

HSL color Cylindrical-coordinate representation of color #A9BB6A: hue angle of 73.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9BB6A is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 187 106 -
CMYK 0.10 0 0.43 0.27
HSL 73.33º 0.37% 0.57% -
HSV(B) 73.33º 0.43% 0.73% -
XYZ 36.73 45.02 20.39 -
YUV 172.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 169 187 106 0.10 0 0.43 0.27 73.33 0.37 0.57
Hex A9 BB 6A A 0 2B 1B 49 25 39
Octal 251 273 152 12 0 53 33 111 45 71
Binary 10101001 10111011 1101010 1010 0 101011 11011 1001001 100101 111001

Color Harmonies of #A9BB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BB6A

Black with #A9BB6A

Text Example


Text Example

White with #A9BB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BB6A; }

 p { color: rgb(169,187,106); }

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

background-color css

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

 a { background-color: rgb(169,187,106); }

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

border-color css

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

 span { border-color: rgb(169,187,106); }

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