Html Css Color HEX #A1B974 Olivine

📋 copy color: '#A1B974'

red 161 ◦ green 185 ◦ blue 116

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

Shades of Olivine #A1B974

Tints of Olivine #A1B974

RGB

 RED value IS 161 (63.28% from 255) = 34.85%

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

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

R = 34.85%
G = 40.04%
B = 25.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A1B974 (or 0xA1B974) is known color: Olivine. HEX triplet: A1, B9 and 74. RGB value is (161,185,116). Sum of RGB (Red+Green+Blue) = 161+185+116=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B974 is #5E468B. Grayscale: #AAAAAA. Windows color (decimal): -6178444 or 7649697. OLE color: 7649697.

HSL color Cylindrical-coordinate representation of color #A1B974: hue angle of 80.87º 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 #A1B974 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 116 -
CMYK 0.13 0 0.37 0.27
HSL 80.87º 0.33% 0.59% -
HSV(B) 80.87º 0.37% 0.73% -
XYZ 35.2 43.54 23.07 -
YUV 169.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 161 185 116 0.13 0 0.37 0.27 80.87 0.33 0.59
Hex A1 B9 74 D 0 25 1B 51 21 3B
Octal 241 271 164 15 0 45 33 121 41 73
Binary 10100001 10111001 1110100 1101 0 100101 11011 1010001 100001 111011

Color Harmonies of #A1B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B974

Black with #A1B974

Text Example


Text Example

White with #A1B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B974; }

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

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

background-color css

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

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

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

border-color css

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

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

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