Html Css Color HEX #A5B573 Olivine

📋 copy color: '#A5B573'

red 165 ◦ green 181 ◦ blue 115

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

Shades of Olivine #A5B573

Tints of Olivine #A5B573

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

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

R = 35.79%
G = 39.26%
B = 24.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A5B573 (or 0xA5B573) is known color: Olivine. HEX triplet: A5, B5 and 73. RGB value is (165,181,115). Sum of RGB (Red+Green+Blue) = 165+181+115=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B573 is #5A4A8C. Grayscale: #A8A8A8. Windows color (decimal): -5917325 or 7583141. OLE color: 7583141.

HSL color Cylindrical-coordinate representation of color #A5B573: hue angle of 74.55º degrees, saturation: 0.31, 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 #A5B573 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 181 115 -
CMYK 0.09 0 0.36 0.29
HSL 74.55º 0.31% 0.58% -
HSV(B) 74.55º 0.36% 0.71% -
XYZ 35.14 42.28 22.53 -
YUV 168.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 165 181 115 0.09 0 0.36 0.29 74.55 0.31 0.58
Hex A5 B5 73 9 0 24 1D 4B 1F 3A
Octal 245 265 163 11 0 44 35 113 37 72
Binary 10100101 10110101 1110011 1001 0 100100 11101 1001011 11111 111010

Color Harmonies of #A5B573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B573

Black with #A5B573

Text Example


Text Example

White with #A5B573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B573; }

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

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

background-color css

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

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

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

border-color css

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

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

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