Html Css Color HEX #A1BE6E Olivine

📋 copy color: '#A1BE6E'

red 161 ◦ green 190 ◦ blue 110

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

Shades of Olivine #A1BE6E

Tints of Olivine #A1BE6E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 34.92%
G = 41.21%
B = 23.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#A1BE6E (or 0xA1BE6E) is known color: Olivine. HEX triplet: A1, BE and 6E. RGB value is (161,190,110). Sum of RGB (Red+Green+Blue) = 161+190+110=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE6E is #5E4191. Grayscale: #ACACAC. Windows color (decimal): -6177170 or 7257761. OLE color: 7257761.

HSL color Cylindrical-coordinate representation of color #A1BE6E: hue angle of 81.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1BE6E is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 110 -
CMYK 0.15 0 0.42 0.25
HSL 81.75º 0.38% 0.59% -
HSV(B) 81.75º 0.42% 0.75% -
XYZ 35.93 45.53 21.65 -
YUV 172.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 161 190 110 0.15 0 0.42 0.25 81.75 0.38 0.59
Hex A1 BE 6E F 0 2A 19 52 26 3B
Octal 241 276 156 17 0 52 31 122 46 73
Binary 10100001 10111110 1101110 1111 0 101010 11001 1010010 100110 111011

Color Harmonies of #A1BE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE6E

Black with #A1BE6E

Text Example


Text Example

White with #A1BE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE6E; }

 p { color: rgb(161,190,110); }

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

background-color css

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

 a { background-color: rgb(161,190,110); }

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

border-color css

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

 span { border-color: rgb(161,190,110); }

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