Html Css Color HEX #A0BC5F Olivine

📋 copy color: '#A0BC5F'

red 160 ◦ green 188 ◦ blue 95

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

Shades of Olivine #A0BC5F

Tints of Olivine #A0BC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

 BLUE value IS 95 (37.5% from 255) = 21.44%

R = 36.12%
G = 42.44%
B = 21.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#A0BC5F (or 0xA0BC5F) is known color: Olivine. HEX triplet: A0, BC and 5F. RGB value is (160,188,95). Sum of RGB (Red+Green+Blue) = 160+188+95=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC5F is #5F43A0. Grayscale: #A9A9A9. Windows color (decimal): -6243233 or 6274208. OLE color: 6274208.

HSL color Cylindrical-coordinate representation of color #A0BC5F: hue angle of 78.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0BC5F is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 95 -
CMYK 0.15 0 0.49 0.26
HSL 78.06º 0.41% 0.55% -
HSV(B) 78.06º 0.49% 0.74% -
XYZ 34.55 44.27 17.55 -
YUV 169.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 160 188 95 0.15 0 0.49 0.26 78.06 0.41 0.55
Hex A0 BC 5F F 0 31 1A 4E 29 37
Octal 240 274 137 17 0 61 32 116 51 67
Binary 10100000 10111100 1011111 1111 0 110001 11010 1001110 101001 110111

Color Harmonies of #A0BC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC5F

Black with #A0BC5F

Text Example


Text Example

White with #A0BC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC5F; }

 p { color: rgb(160,188,95); }

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

background-color css

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

 a { background-color: rgb(160,188,95); }

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

border-color css

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

 span { border-color: rgb(160,188,95); }

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