Html Css Color HEX #A0BA62 Olivine

📋 copy color: '#A0BA62'

red 160 ◦ green 186 ◦ blue 98

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

Shades of Olivine #A0BA62

Tints of Olivine #A0BA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.89%

 BLUE value IS 98 (38.67% from 255) = 22.07%

R = 36.04%
G = 41.89%
B = 22.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#A0BA62 (or 0xA0BA62) is known color: Olivine. HEX triplet: A0, BA and 62. RGB value is (160,186,98). Sum of RGB (Red+Green+Blue) = 160+186+98=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA62 is #5F459D. Grayscale: #A8A8A8. Windows color (decimal): -6243742 or 6470304. OLE color: 6470304.

HSL color Cylindrical-coordinate representation of color #A0BA62: hue angle of 77.73º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0BA62 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 98 -
CMYK 0.14 0 0.47 0.27
HSL 77.73º 0.39% 0.56% -
HSV(B) 77.73º 0.47% 0.73% -
XYZ 34.26 43.47 18.14 -
YUV 168.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 160 186 98 0.14 0 0.47 0.27 77.73 0.39 0.56
Hex A0 BA 62 E 0 2F 1B 4E 27 38
Octal 240 272 142 16 0 57 33 116 47 70
Binary 10100000 10111010 1100010 1110 0 101111 11011 1001110 100111 111000

Color Harmonies of #A0BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA62

Black with #A0BA62

Text Example


Text Example

White with #A0BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA62; }

 p { color: rgb(160,186,98); }

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

background-color css

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

 a { background-color: rgb(160,186,98); }

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

border-color css

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

 span { border-color: rgb(160,186,98); }

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