Html Css Color HEX #A0BF62 Olivine

📋 copy color: '#A0BF62'

red 160 ◦ green 191 ◦ blue 98

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

Shades of Olivine #A0BF62

Tints of Olivine #A0BF62

RGB

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

 GREEN value IS 191 (75% from 255) = 42.54%

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

R = 35.63%
G = 42.54%
B = 21.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#A0BF62 (or 0xA0BF62) is known color: Olivine. HEX triplet: A0, BF and 62. RGB value is (160,191,98). Sum of RGB (Red+Green+Blue) = 160+191+98=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF62 is #5F409D. Grayscale: #ABABAB. Windows color (decimal): -6242462 or 6471584. OLE color: 6471584.

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

Color convert

RGB 160 191 98 -
CMYK 0.16 0 0.49 0.25
HSL 80º 0.42% 0.57% -
HSV(B) 80º 0.49% 0.75% -
XYZ 35.33 45.62 18.5 -
YUV 171.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 160 191 98 0.16 0 0.49 0.25 80 0.42 0.57
Hex A0 BF 62 10 0 31 19 50 2A 39
Octal 240 277 142 20 0 61 31 120 52 71
Binary 10100000 10111111 1100010 10000 0 110001 11001 1010000 101010 111001

Color Harmonies of #A0BF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF62

Black with #A0BF62

Text Example


Text Example

White with #A0BF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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