Html Css Color HEX #A5B873 Olivine

📋 copy color: '#A5B873'

red 165 ◦ green 184 ◦ blue 115

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

Shades of Olivine #A5B873

Tints of Olivine #A5B873

RGB

 RED value IS 165 (64.84% from 255) = 35.56%

 GREEN value IS 184 (72.27% from 255) = 39.66%

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

R = 35.56%
G = 39.66%
B = 24.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#A5B873 (or 0xA5B873) is known color: Olivine. HEX triplet: A5, B8 and 73. RGB value is (165,184,115). Sum of RGB (Red+Green+Blue) = 165+184+115=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B873 is #5A478C. Grayscale: #AAAAAA. Windows color (decimal): -5916557 or 7583909. OLE color: 7583909.

HSL color Cylindrical-coordinate representation of color #A5B873: hue angle of 76.52º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5B873 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 184 115 -
CMYK 0.10 0 0.38 0.28
HSL 76.52º 0.33% 0.59% -
HSV(B) 76.52º 0.38% 0.72% -
XYZ 35.75 43.52 22.74 -
YUV 170.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 165 184 115 0.10 0 0.38 0.28 76.52 0.33 0.59
Hex A5 B8 73 A 0 26 1C 4D 21 3B
Octal 245 270 163 12 0 46 34 115 41 73
Binary 10100101 10111000 1110011 1010 0 100110 11100 1001101 100001 111011

Color Harmonies of #A5B873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B873

Black with #A5B873

Text Example


Text Example

White with #A5B873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B873; }

 p { color: rgb(165,184,115); }

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

background-color css

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

 a { background-color: rgb(165,184,115); }

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

border-color css

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

 span { border-color: rgb(165,184,115); }

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