Html Css Color HEX #A5BF73 Olivine

📋 copy color: '#A5BF73'

red 165 ◦ green 191 ◦ blue 115

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

Shades of Olivine #A5BF73

Tints of Olivine #A5BF73

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

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

R = 35.03%
G = 40.55%
B = 24.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#A5BF73 (or 0xA5BF73) is known color: Olivine. HEX triplet: A5, BF and 73. RGB value is (165,191,115). Sum of RGB (Red+Green+Blue) = 165+191+115=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF73 is #5A408C. Grayscale: #AEAEAE. Windows color (decimal): -5914765 or 7585701. OLE color: 7585701.

HSL color Cylindrical-coordinate representation of color #A5BF73: hue angle of 80.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5BF73 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 115 -
CMYK 0.14 0 0.40 0.25
HSL 80.53º 0.37% 0.6% -
HSV(B) 80.53º 0.4% 0.75% -
XYZ 37.24 46.5 23.23 -
YUV 174.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 165 191 115 0.14 0 0.40 0.25 80.53 0.37 0.6
Hex A5 BF 73 E 0 28 19 51 25 3C
Octal 245 277 163 16 0 50 31 121 45 74
Binary 10100101 10111111 1110011 1110 0 101000 11001 1010001 100101 111100

Color Harmonies of #A5BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF73

Black with #A5BF73

Text Example


Text Example

White with #A5BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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