Html Css Color HEX #A2BA6C Olivine

📋 copy color: '#A2BA6C'

red 162 ◦ green 186 ◦ blue 108

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

Shades of Olivine #A2BA6C

Tints of Olivine #A2BA6C

RGB

 RED value IS 162 (63.67% from 255) = 35.53%

 GREEN value IS 186 (73.05% from 255) = 40.79%

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 35.53%
G = 40.79%
B = 23.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#A2BA6C (or 0xA2BA6C) is known color: Olivine. HEX triplet: A2, BA and 6C. RGB value is (162,186,108). Sum of RGB (Red+Green+Blue) = 162+186+108=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA6C is #5D4593. Grayscale: #AAAAAA. Windows color (decimal): -6112660 or 7125666. OLE color: 7125666.

HSL color Cylindrical-coordinate representation of color #A2BA6C: hue angle of 78.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2BA6C is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 186 108 -
CMYK 0.13 0 0.42 0.27
HSL 78.46º 0.36% 0.58% -
HSV(B) 78.46º 0.42% 0.73% -
XYZ 35.17 43.88 20.8 -
YUV 169.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 162 186 108 0.13 0 0.42 0.27 78.46 0.36 0.58
Hex A2 BA 6C D 0 2A 1B 4E 24 3A
Octal 242 272 154 15 0 52 33 116 44 72
Binary 10100010 10111010 1101100 1101 0 101010 11011 1001110 100100 111010

Color Harmonies of #A2BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA6C

Black with #A2BA6C

Text Example


Text Example

White with #A2BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA6C; }

 p { color: rgb(162,186,108); }

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

background-color css

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

 a { background-color: rgb(162,186,108); }

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

border-color css

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

 span { border-color: rgb(162,186,108); }

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