Html Css Color HEX #A3BE61 Olivine

📋 copy color: '#A3BE61'

red 163 ◦ green 190 ◦ blue 97

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

Shades of Olivine #A3BE61

Tints of Olivine #A3BE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 36.22%
G = 42.22%
B = 21.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#A3BE61 (or 0xA3BE61) is known color: Olivine. HEX triplet: A3, BE and 61. RGB value is (163,190,97). Sum of RGB (Red+Green+Blue) = 163+190+97=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE61 is #5C419E. Grayscale: #ABABAB. Windows color (decimal): -6046111 or 6405795. OLE color: 6405795.

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

Color convert

RGB 163 190 97 -
CMYK 0.14 0 0.49 0.25
HSL 77.42º 0.42% 0.56% -
HSV(B) 77.42º 0.49% 0.75% -
XYZ 35.68 45.48 18.21 -
YUV 171.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 163 190 97 0.14 0 0.49 0.25 77.42 0.42 0.56
Hex A3 BE 61 E 0 31 19 4D 2A 38
Octal 243 276 141 16 0 61 31 115 52 70
Binary 10100011 10111110 1100001 1110 0 110001 11001 1001101 101010 111000

Color Harmonies of #A3BE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE61

Black with #A3BE61

Text Example


Text Example

White with #A3BE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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