Html Css Color HEX #A0BC71 Olivine

📋 copy color: '#A0BC71'

red 160 ◦ green 188 ◦ blue 113

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

Shades of Olivine #A0BC71

Tints of Olivine #A0BC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.51%

R = 34.71%
G = 40.78%
B = 24.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#A0BC71 (or 0xA0BC71) is known color: Olivine. HEX triplet: A0, BC and 71. RGB value is (160,188,113). Sum of RGB (Red+Green+Blue) = 160+188+113=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC71 is #5F438E. Grayscale: #ABABAB. Windows color (decimal): -6243215 or 7453856. OLE color: 7453856.

HSL color Cylindrical-coordinate representation of color #A0BC71: hue angle of 82.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BC71 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 113 -
CMYK 0.15 0 0.40 0.26
HSL 82.4º 0.36% 0.59% -
HSV(B) 82.4º 0.4% 0.74% -
XYZ 35.46 44.63 22.37 -
YUV 171.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 160 188 113 0.15 0 0.40 0.26 82.4 0.36 0.59
Hex A0 BC 71 F 0 28 1A 52 24 3B
Octal 240 274 161 17 0 50 32 122 44 73
Binary 10100000 10111100 1110001 1111 0 101000 11010 1010010 100100 111011

Color Harmonies of #A0BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC71

Black with #A0BC71

Text Example


Text Example

White with #A0BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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