Html Css Color HEX #A5BE79 Olivine

📋 copy color: '#A5BE79'

red 165 ◦ green 190 ◦ blue 121

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

Shades of Olivine #A5BE79

Tints of Olivine #A5BE79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 34.66%
G = 39.92%
B = 25.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#A5BE79 (or 0xA5BE79) is known color: Olivine. HEX triplet: A5, BE and 79. RGB value is (165,190,121). Sum of RGB (Red+Green+Blue) = 165+190+121=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE79 is #5A4186. Grayscale: #AEAEAE. Windows color (decimal): -5915015 or 7978661. OLE color: 7978661.

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

Color convert

RGB 165 190 121 -
CMYK 0.13 0 0.36 0.25
HSL 81.74º 0.35% 0.61% -
HSV(B) 81.74º 0.36% 0.75% -
XYZ 37.38 46.21 25.04 -
YUV 174.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 165 190 121 0.13 0 0.36 0.25 81.74 0.35 0.61
Hex A5 BE 79 D 0 24 19 52 23 3D
Octal 245 276 171 15 0 44 31 122 43 75
Binary 10100101 10111110 1111001 1101 0 100100 11001 1010010 100011 111101

Color Harmonies of #A5BE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BE79

Black with #A5BE79

Text Example


Text Example

White with #A5BE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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