Html Css Color HEX #A3BE5E Olivine

📋 copy color: '#A3BE5E'

red 163 ◦ green 190 ◦ blue 94

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

Shades of Olivine #A3BE5E

Tints of Olivine #A3BE5E

RGB

 RED value IS 163 (64.06% from 255) = 36.47%

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

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 36.47%
G = 42.51%
B = 21.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#A3BE5E (or 0xA3BE5E) is known color: Olivine. HEX triplet: A3, BE and 5E. RGB value is (163,190,94). Sum of RGB (Red+Green+Blue) = 163+190+94=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE5E is #5C41A1. Grayscale: #ABABAB. Windows color (decimal): -6046114 or 6209187. OLE color: 6209187.

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

Color convert

RGB 163 190 94 -
CMYK 0.14 0 0.51 0.25
HSL 76.88º 0.42% 0.56% -
HSV(B) 76.88º 0.51% 0.75% -
XYZ 35.54 45.42 17.48 -
YUV 170.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 163 190 94 0.14 0 0.51 0.25 76.88 0.42 0.56
Hex A3 BE 5E E 0 33 19 4D 2A 38
Octal 243 276 136 16 0 63 31 115 52 70
Binary 10100011 10111110 1011110 1110 0 110011 11001 1001101 101010 111000

Color Harmonies of #A3BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE5E

Black with #A3BE5E

Text Example


Text Example

White with #A3BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE5E; }

 p { color: rgb(163,190,94); }

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

background-color css

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

 a { background-color: rgb(163,190,94); }

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

border-color css

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

 span { border-color: rgb(163,190,94); }

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