Html Css Color HEX #A5BD77 Olivine

📋 copy color: '#A5BD77'

red 165 ◦ green 189 ◦ blue 119

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

Shades of Olivine #A5BD77

Tints of Olivine #A5BD77

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 34.88%
G = 39.96%
B = 25.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#A5BD77 (or 0xA5BD77) is known color: Olivine. HEX triplet: A5, BD and 77. RGB value is (165,189,119). Sum of RGB (Red+Green+Blue) = 165+189+119=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD77 is #5A4288. Grayscale: #AEAEAE. Windows color (decimal): -5915273 or 7847333. OLE color: 7847333.

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

Color convert

RGB 165 189 119 -
CMYK 0.13 0 0.37 0.26
HSL 80.57º 0.35% 0.6% -
HSV(B) 80.57º 0.37% 0.74% -
XYZ 37.04 45.73 24.33 -
YUV 173.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 165 189 119 0.13 0 0.37 0.26 80.57 0.35 0.6
Hex A5 BD 77 D 0 25 1A 51 23 3C
Octal 245 275 167 15 0 45 32 121 43 74
Binary 10100101 10111101 1110111 1101 0 100101 11010 1010001 100011 111100

Color Harmonies of #A5BD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD77

Black with #A5BD77

Text Example


Text Example

White with #A5BD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD77; }

 p { color: rgb(165,189,119); }

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

background-color css

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

 a { background-color: rgb(165,189,119); }

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

border-color css

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

 span { border-color: rgb(165,189,119); }

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