Html Css Color HEX #A5BE78 Olivine

📋 copy color: '#A5BE78'

red 165 ◦ green 190 ◦ blue 120

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

Shades of Olivine #A5BE78

Tints of Olivine #A5BE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 34.74%
G = 40%
B = 25.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#A5BE78 (or 0xA5BE78) is known color: Olivine. HEX triplet: A5, BE and 78. RGB value is (165,190,120). Sum of RGB (Red+Green+Blue) = 165+190+120=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE78 is #5A4187. Grayscale: #AEAEAE. Windows color (decimal): -5915016 or 7913125. OLE color: 7913125.

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

Color convert

RGB 165 190 120 -
CMYK 0.13 0 0.37 0.25
HSL 81.43º 0.35% 0.61% -
HSV(B) 81.43º 0.37% 0.75% -
XYZ 37.32 46.18 24.72 -
YUV 174.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 165 190 120 0.13 0 0.37 0.25 81.43 0.35 0.61
Hex A5 BE 78 D 0 25 19 51 23 3D
Octal 245 276 170 15 0 45 31 121 43 75
Binary 10100101 10111110 1111000 1101 0 100101 11001 1010001 100011 111101

Color Harmonies of #A5BE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BE78

Black with #A5BE78

Text Example


Text Example

White with #A5BE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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