Html Css Color HEX #A3BE78 Olivine

📋 copy color: '#A3BE78'

red 163 ◦ green 190 ◦ blue 120

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

Shades of Olivine #A3BE78

Tints of Olivine #A3BE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 34.46%
G = 40.17%
B = 25.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#A3BE78 (or 0xA3BE78) is known color: Olivine. HEX triplet: A3, BE and 78. RGB value is (163,190,120). Sum of RGB (Red+Green+Blue) = 163+190+120=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE78 is #5C4187. Grayscale: #AEAEAE. Windows color (decimal): -6046088 or 7913123. OLE color: 7913123.

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

Color convert

RGB 163 190 120 -
CMYK 0.14 0 0.37 0.25
HSL 83.14º 0.35% 0.61% -
HSV(B) 83.14º 0.37% 0.75% -
XYZ 36.91 45.97 24.7 -
YUV 173.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 163 190 120 0.14 0 0.37 0.25 83.14 0.35 0.61
Hex A3 BE 78 E 0 25 19 53 23 3D
Octal 243 276 170 16 0 45 31 123 43 75
Binary 10100011 10111110 1111000 1110 0 100101 11001 1010011 100011 111101

Color Harmonies of #A3BE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE78

Black with #A3BE78

Text Example


Text Example

White with #A3BE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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