Html Css Color HEX #A0BE63 Olivine

📋 copy color: '#A0BE63'

red 160 ◦ green 190 ◦ blue 99

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

Shades of Olivine #A0BE63

Tints of Olivine #A0BE63

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

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

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 35.63%
G = 42.32%
B = 22.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#A0BE63 (or 0xA0BE63) is known color: Olivine. HEX triplet: A0, BE and 63. RGB value is (160,190,99). Sum of RGB (Red+Green+Blue) = 160+190+99=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE63 is #5F419C. Grayscale: #AAAAAA. Windows color (decimal): -6242717 or 6536864. OLE color: 6536864.

HSL color Cylindrical-coordinate representation of color #A0BE63: hue angle of 79.78º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0BE63 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 99 -
CMYK 0.16 0 0.48 0.25
HSL 79.78º 0.41% 0.57% -
HSV(B) 79.78º 0.48% 0.75% -
XYZ 35.16 45.2 18.68 -
YUV 170.66 87.56 120.4 -
System Red Green Blue C M Y K H S L
Decimal 160 190 99 0.16 0 0.48 0.25 79.78 0.41 0.57
Hex A0 BE 63 10 0 30 19 50 29 39
Octal 240 276 143 20 0 60 31 120 51 71
Binary 10100000 10111110 1100011 10000 0 110000 11001 1010000 101001 111001

Color Harmonies of #A0BE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE63

Black with #A0BE63

Text Example


Text Example

White with #A0BE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE63; }

 p { color: rgb(160,190,99); }

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

background-color css

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

 a { background-color: rgb(160,190,99); }

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

border-color css

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

 span { border-color: rgb(160,190,99); }

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