Html Css Color HEX #A1B972 Olivine

📋 copy color: '#A1B972'

red 161 ◦ green 185 ◦ blue 114

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

Shades of Olivine #A1B972

Tints of Olivine #A1B972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 35%
G = 40.22%
B = 24.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A1B972 (or 0xA1B972) is known color: Olivine. HEX triplet: A1, B9 and 72. RGB value is (161,185,114). Sum of RGB (Red+Green+Blue) = 161+185+114=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B972 is #5E468D. Grayscale: #A9A9A9. Windows color (decimal): -6178446 or 7518625. OLE color: 7518625.

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

Color convert

RGB 161 185 114 -
CMYK 0.13 0 0.38 0.27
HSL 80.28º 0.34% 0.59% -
HSV(B) 80.28º 0.38% 0.73% -
XYZ 35.08 43.49 22.46 -
YUV 169.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 161 185 114 0.13 0 0.38 0.27 80.28 0.34 0.59
Hex A1 B9 72 D 0 26 1B 50 22 3B
Octal 241 271 162 15 0 46 33 120 42 73
Binary 10100001 10111001 1110010 1101 0 100110 11011 1010000 100010 111011

Color Harmonies of #A1B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B972

Black with #A1B972

Text Example


Text Example

White with #A1B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B972; }

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

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

background-color css

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

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

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

border-color css

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

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

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