Html Css Color HEX #A1BC7E Olivine

📋 copy color: '#A1BC7E'

red 161 ◦ green 188 ◦ blue 126

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

Shades of Olivine #A1BC7E

Tints of Olivine #A1BC7E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.58%

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 33.89%
G = 39.58%
B = 26.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#A1BC7E (or 0xA1BC7E) is known color: Olivine. HEX triplet: A1, BC and 7E. RGB value is (161,188,126). Sum of RGB (Red+Green+Blue) = 161+188+126=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC7E is #5E4381. Grayscale: #ADADAD. Windows color (decimal): -6177666 or 8305825. OLE color: 8305825.

HSL color Cylindrical-coordinate representation of color #A1BC7E: hue angle of 86.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BC7E is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 126 -
CMYK 0.14 0 0.33 0.26
HSL 86.13º 0.32% 0.62% -
HSV(B) 86.13º 0.33% 0.74% -
XYZ 36.45 45.05 26.51 -
YUV 172.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 161 188 126 0.14 0 0.33 0.26 86.13 0.32 0.62
Hex A1 BC 7E E 0 21 1A 56 20 3E
Octal 241 274 176 16 0 41 32 126 40 76
Binary 10100001 10111100 1111110 1110 0 100001 11010 1010110 100000 111110

Color Harmonies of #A1BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC7E

Black with #A1BC7E

Text Example


Text Example

White with #A1BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC7E; }

 p { color: rgb(161,188,126); }

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

background-color css

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

 a { background-color: rgb(161,188,126); }

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

border-color css

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

 span { border-color: rgb(161,188,126); }

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