Html Css Color HEX #A0BE5D Olivine

📋 copy color: '#A0BE5D'

red 160 ◦ green 190 ◦ blue 93

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

Shades of Olivine #A0BE5D

Tints of Olivine #A0BE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 36.12%
G = 42.89%
B = 20.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#A0BE5D (or 0xA0BE5D) is known color: Olivine. HEX triplet: A0, BE and 5D. RGB value is (160,190,93). Sum of RGB (Red+Green+Blue) = 160+190+93=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE5D is #5F41A2. Grayscale: #AAAAAA. Windows color (decimal): -6242723 or 6143648. OLE color: 6143648.

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

Color convert

RGB 160 190 93 -
CMYK 0.16 0 0.51 0.25
HSL 78.56º 0.43% 0.55% -
HSV(B) 78.56º 0.51% 0.75% -
XYZ 34.89 45.09 17.22 -
YUV 169.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 160 190 93 0.16 0 0.51 0.25 78.56 0.43 0.55
Hex A0 BE 5D 10 0 33 19 4F 2B 37
Octal 240 276 135 20 0 63 31 117 53 67
Binary 10100000 10111110 1011101 10000 0 110011 11001 1001111 101011 110111

Color Harmonies of #A0BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE5D

Black with #A0BE5D

Text Example


Text Example

White with #A0BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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