Html Css Color HEX #A3BE6D Olivine

📋 copy color: '#A3BE6D'

red 163 ◦ green 190 ◦ blue 109

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

Shades of Olivine #A3BE6D

Tints of Olivine #A3BE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 35.28%
G = 41.13%
B = 23.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A3BE6D (or 0xA3BE6D) is known color: Olivine. HEX triplet: A3, BE and 6D. RGB value is (163,190,109). Sum of RGB (Red+Green+Blue) = 163+190+109=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE6D is #5C4192. Grayscale: #ACACAC. Windows color (decimal): -6046099 or 7192227. OLE color: 7192227.

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

Color convert

RGB 163 190 109 -
CMYK 0.14 0 0.43 0.25
HSL 80º 0.38% 0.59% -
HSV(B) 80º 0.43% 0.75% -
XYZ 36.28 45.72 21.38 -
YUV 172.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 163 190 109 0.14 0 0.43 0.25 80 0.38 0.59
Hex A3 BE 6D E 0 2B 19 50 26 3B
Octal 243 276 155 16 0 53 31 120 46 73
Binary 10100011 10111110 1101101 1110 0 101011 11001 1010000 100110 111011

Color Harmonies of #A3BE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE6D

Black with #A3BE6D

Text Example


Text Example

White with #A3BE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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