Html Css Color HEX #A1B870 Olivine

📋 copy color: '#A1B870'

red 161 ◦ green 184 ◦ blue 112

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

Shades of Olivine #A1B870

Tints of Olivine #A1B870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 35.23%
G = 40.26%
B = 24.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#A1B870 (or 0xA1B870) is known color: Olivine. HEX triplet: A1, B8 and 70. RGB value is (161,184,112). Sum of RGB (Red+Green+Blue) = 161+184+112=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B870 is #5E478F. Grayscale: #A9A9A9. Windows color (decimal): -6178704 or 7387297. OLE color: 7387297.

HSL color Cylindrical-coordinate representation of color #A1B870: hue angle of 79.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1B870 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 184 112 -
CMYK 0.12 0 0.39 0.28
HSL 79.17º 0.34% 0.58% -
HSV(B) 79.17º 0.39% 0.72% -
XYZ 34.76 43.03 21.8 -
YUV 168.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 161 184 112 0.12 0 0.39 0.28 79.17 0.34 0.58
Hex A1 B8 70 C 0 27 1C 4F 22 3A
Octal 241 270 160 14 0 47 34 117 42 72
Binary 10100001 10111000 1110000 1100 0 100111 11100 1001111 100010 111010

Color Harmonies of #A1B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B870

Black with #A1B870

Text Example


Text Example

White with #A1B870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B870; }

 p { color: rgb(161,184,112); }

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

background-color css

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

 a { background-color: rgb(161,184,112); }

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

border-color css

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

 span { border-color: rgb(161,184,112); }

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