Html Css Color HEX #A5BE71 Olivine

📋 copy color: '#A5BE71'

red 165 ◦ green 190 ◦ blue 113

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

Shades of Olivine #A5BE71

Tints of Olivine #A5BE71

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

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

R = 35.26%
G = 40.6%
B = 24.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#A5BE71 (or 0xA5BE71) is known color: Olivine. HEX triplet: A5, BE and 71. RGB value is (165,190,113). Sum of RGB (Red+Green+Blue) = 165+190+113=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE71 is #5A418E. Grayscale: #AEAEAE. Windows color (decimal): -5915023 or 7454373. OLE color: 7454373.

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

Color convert

RGB 165 190 113 -
CMYK 0.13 0 0.41 0.25
HSL 79.48º 0.37% 0.59% -
HSV(B) 79.48º 0.41% 0.75% -
XYZ 36.91 46.02 22.56 -
YUV 173.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 165 190 113 0.13 0 0.41 0.25 79.48 0.37 0.59
Hex A5 BE 71 D 0 29 19 4F 25 3B
Octal 245 276 161 15 0 51 31 117 45 73
Binary 10100101 10111110 1110001 1101 0 101001 11001 1001111 100101 111011

Color Harmonies of #A5BE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BE71

Black with #A5BE71

Text Example


Text Example

White with #A5BE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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