Html Css Color HEX #A3BE77 Olivine

📋 copy color: '#A3BE77'

red 163 ◦ green 190 ◦ blue 119

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

Shades of Olivine #A3BE77

Tints of Olivine #A3BE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 34.53%
G = 40.25%
B = 25.21%

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

#A3BE77 (or 0xA3BE77) is known color: Olivine. HEX triplet: A3, BE and 77. RGB value is (163,190,119). Sum of RGB (Red+Green+Blue) = 163+190+119=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE77 is #5C4188. Grayscale: #AEAEAE. Windows color (decimal): -6046089 or 7847587. OLE color: 7847587.

HSL color Cylindrical-coordinate representation of color #A3BE77: hue angle of 82.82º 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 #A3BE77 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 190 119 -
CMYK 0.14 0 0.37 0.25
HSL 82.82º 0.35% 0.61% -
HSV(B) 82.82º 0.37% 0.75% -
XYZ 36.85 45.95 24.38 -
YUV 173.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 163 190 119 0.14 0 0.37 0.25 82.82 0.35 0.61
Hex A3 BE 77 E 0 25 19 53 23 3D
Octal 243 276 167 16 0 45 31 123 43 75
Binary 10100011 10111110 1110111 1110 0 100101 11001 1010011 100011 111101

Color Harmonies of #A3BE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE77

Black with #A3BE77

Text Example


Text Example

White with #A3BE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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