Html Css Color HEX #A0BF61 Olivine

📋 copy color: '#A0BF61'

red 160 ◦ green 191 ◦ blue 97

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

Shades of Olivine #A0BF61

Tints of Olivine #A0BF61

RGB

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

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

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

R = 35.71%
G = 42.63%
B = 21.65%

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

#A0BF61 (or 0xA0BF61) is known color: Olivine. HEX triplet: A0, BF and 61. RGB value is (160,191,97). Sum of RGB (Red+Green+Blue) = 160+191+97=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF61 is #5F409E. Grayscale: #ABABAB. Windows color (decimal): -6242463 or 6406048. OLE color: 6406048.

HSL color Cylindrical-coordinate representation of color #A0BF61: hue angle of 79.79º 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 #A0BF61 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 97 -
CMYK 0.16 0 0.49 0.25
HSL 79.79º 0.42% 0.56% -
HSV(B) 79.79º 0.49% 0.75% -
XYZ 35.29 45.6 18.25 -
YUV 171.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 160 191 97 0.16 0 0.49 0.25 79.79 0.42 0.56
Hex A0 BF 61 10 0 31 19 50 2A 38
Octal 240 277 141 20 0 61 31 120 52 70
Binary 10100000 10111111 1100001 10000 0 110001 11001 1010000 101010 111000

Color Harmonies of #A0BF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF61

Black with #A0BF61

Text Example


Text Example

White with #A0BF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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