Html Css Color HEX #A3BE6A Olivine

📋 copy color: '#A3BE6A'

red 163 ◦ green 190 ◦ blue 106

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

Shades of Olivine #A3BE6A

Tints of Olivine #A3BE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 35.51%
G = 41.39%
B = 23.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#A3BE6A (or 0xA3BE6A) is known color: Olivine. HEX triplet: A3, BE and 6A. RGB value is (163,190,106). Sum of RGB (Red+Green+Blue) = 163+190+106=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE6A is #5C4195. Grayscale: #ACACAC. Windows color (decimal): -6046102 or 6995619. OLE color: 6995619.

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

Color convert

RGB 163 190 106 -
CMYK 0.14 0 0.44 0.25
HSL 79.29º 0.39% 0.58% -
HSV(B) 79.29º 0.44% 0.75% -
XYZ 36.12 45.65 20.54 -
YUV 172.35 90.55 121.33 -
System Red Green Blue C M Y K H S L
Decimal 163 190 106 0.14 0 0.44 0.25 79.29 0.39 0.58
Hex A3 BE 6A E 0 2C 19 4F 27 3A
Octal 243 276 152 16 0 54 31 117 47 72
Binary 10100011 10111110 1101010 1110 0 101100 11001 1001111 100111 111010

Color Harmonies of #A3BE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE6A

Black with #A3BE6A

Text Example


Text Example

White with #A3BE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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