Html Css Color HEX #A5BF71 Olivine

📋 copy color: '#A5BF71'

red 165 ◦ green 191 ◦ blue 113

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

Shades of Olivine #A5BF71

Tints of Olivine #A5BF71

RGB

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

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

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

R = 35.18%
G = 40.72%
B = 24.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#A5BF71 (or 0xA5BF71) is known color: Olivine. HEX triplet: A5, BF and 71. RGB value is (165,191,113). Sum of RGB (Red+Green+Blue) = 165+191+113=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF71 is #5A408E. Grayscale: #AEAEAE. Windows color (decimal): -5914767 or 7454629. OLE color: 7454629.

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

Color convert

RGB 165 191 113 -
CMYK 0.14 0 0.41 0.25
HSL 80º 0.38% 0.6% -
HSV(B) 80º 0.41% 0.75% -
XYZ 37.13 46.45 22.63 -
YUV 174.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 165 191 113 0.14 0 0.41 0.25 80 0.38 0.6
Hex A5 BF 71 E 0 29 19 50 26 3C
Octal 245 277 161 16 0 51 31 120 46 74
Binary 10100101 10111111 1110001 1110 0 101001 11001 1010000 100110 111100

Color Harmonies of #A5BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF71

Black with #A5BF71

Text Example


Text Example

White with #A5BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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