Html Css Color HEX #A0BF5E Olivine

📋 copy color: '#A0BF5E'

red 160 ◦ green 191 ◦ blue 94

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

Shades of Olivine #A0BF5E

Tints of Olivine #A0BF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 35.96%
G = 42.92%
B = 21.12%

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

#A0BF5E (or 0xA0BF5E) is known color: Olivine. HEX triplet: A0, BF and 5E. RGB value is (160,191,94). Sum of RGB (Red+Green+Blue) = 160+191+94=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF5E is #5F40A1. Grayscale: #ABABAB. Windows color (decimal): -6242466 or 6209440. OLE color: 6209440.

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

Color convert

RGB 160 191 94 -
CMYK 0.16 0 0.51 0.25
HSL 79.18º 0.43% 0.56% -
HSV(B) 79.18º 0.51% 0.75% -
XYZ 35.15 45.54 17.53 -
YUV 170.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 160 191 94 0.16 0 0.51 0.25 79.18 0.43 0.56
Hex A0 BF 5E 10 0 33 19 4F 2B 38
Octal 240 277 136 20 0 63 31 117 53 70
Binary 10100000 10111111 1011110 10000 0 110011 11001 1001111 101011 111000

Color Harmonies of #A0BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF5E

Black with #A0BF5E

Text Example


Text Example

White with #A0BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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