Html Css Color HEX #A1B36F Olivine

📋 copy color: '#A1B36F'

red 161 ◦ green 179 ◦ blue 111

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

Shades of Olivine #A1B36F

Tints of Olivine #A1B36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.69%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 35.7%
G = 39.69%
B = 24.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#A1B36F (or 0xA1B36F) is known color: Olivine. HEX triplet: A1, B3 and 6F. RGB value is (161,179,111). Sum of RGB (Red+Green+Blue) = 161+179+111=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B36F is #5E4C90. Grayscale: #A6A6A6. Windows color (decimal): -6179985 or 7320481. OLE color: 7320481.

HSL color Cylindrical-coordinate representation of color #A1B36F: hue angle of 75.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1B36F is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 111 -
CMYK 0.10 0 0.38 0.30
HSL 75.88º 0.31% 0.57% -
HSV(B) 75.88º 0.38% 0.7% -
XYZ 33.69 40.96 21.17 -
YUV 165.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 161 179 111 0.10 0 0.38 0.30 75.88 0.31 0.57
Hex A1 B3 6F A 0 26 1E 4C 1F 39
Octal 241 263 157 12 0 46 36 114 37 71
Binary 10100001 10110011 1101111 1010 0 100110 11110 1001100 11111 111001

Color Harmonies of #A1B36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B36F

Black with #A1B36F

Text Example


Text Example

White with #A1B36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B36F; }

 p { color: rgb(161,179,111); }

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

background-color css

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

 a { background-color: rgb(161,179,111); }

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

border-color css

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

 span { border-color: rgb(161,179,111); }

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