Html Css Color HEX #A0B473 Olivine

📋 copy color: '#A0B473'

red 160 ◦ green 180 ◦ blue 115

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

Shades of Olivine #A0B473

Tints of Olivine #A0B473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.56%

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 35.16%
G = 39.56%
B = 25.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A0B473 (or 0xA0B473) is known color: Olivine. HEX triplet: A0, B4 and 73. RGB value is (160,180,115). Sum of RGB (Red+Green+Blue) = 160+180+115=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B473 is #5F4B8C. Grayscale: #A6A6A6. Windows color (decimal): -6245261 or 7582880. OLE color: 7582880.

HSL color Cylindrical-coordinate representation of color #A0B473: hue angle of 78.46º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0B473 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 115 -
CMYK 0.11 0 0.36 0.29
HSL 78.46º 0.3% 0.58% -
HSV(B) 78.46º 0.36% 0.71% -
XYZ 33.91 41.35 22.41 -
YUV 166.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 160 180 115 0.11 0 0.36 0.29 78.46 0.3 0.58
Hex A0 B4 73 B 0 24 1D 4E 1E 3A
Octal 240 264 163 13 0 44 35 116 36 72
Binary 10100000 10110100 1110011 1011 0 100100 11101 1001110 11110 111010

Color Harmonies of #A0B473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B473

Black with #A0B473

Text Example


Text Example

White with #A0B473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B473; }

 p { color: rgb(160,180,115); }

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

background-color css

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

 a { background-color: rgb(160,180,115); }

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

border-color css

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

 span { border-color: rgb(160,180,115); }

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