Html Css Color HEX #A2B974 Olivine

📋 copy color: '#A2B974'

red 162 ◦ green 185 ◦ blue 116

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

Shades of Olivine #A2B974

Tints of Olivine #A2B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 34.99%
G = 39.96%
B = 25.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A2B974 (or 0xA2B974) is known color: Olivine. HEX triplet: A2, B9 and 74. RGB value is (162,185,116). Sum of RGB (Red+Green+Blue) = 162+185+116=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B974 is #5D468B. Grayscale: #AAAAAA. Windows color (decimal): -6112908 or 7649698. OLE color: 7649698.

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

Color convert

RGB 162 185 116 -
CMYK 0.12 0 0.37 0.27
HSL 80º 0.33% 0.59% -
HSV(B) 80º 0.37% 0.73% -
XYZ 35.4 43.64 23.08 -
YUV 170.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 162 185 116 0.12 0 0.37 0.27 80 0.33 0.59
Hex A2 B9 74 C 0 25 1B 50 21 3B
Octal 242 271 164 14 0 45 33 120 41 73
Binary 10100010 10111001 1110100 1100 0 100101 11011 1010000 100001 111011

Color Harmonies of #A2B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B974

Black with #A2B974

Text Example


Text Example

White with #A2B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B974; }

 p { color: rgb(162,185,116); }

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

background-color css

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

 a { background-color: rgb(162,185,116); }

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

border-color css

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

 span { border-color: rgb(162,185,116); }

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