Html Css Color HEX #A5B877 Olivine

📋 copy color: '#A5B877'

red 165 ◦ green 184 ◦ blue 119

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

Shades of Olivine #A5B877

Tints of Olivine #A5B877

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

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

R = 35.26%
G = 39.32%
B = 25.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#A5B877 (or 0xA5B877) is known color: Olivine. HEX triplet: A5, B8 and 77. RGB value is (165,184,119). Sum of RGB (Red+Green+Blue) = 165+184+119=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B877 is #5A4788. Grayscale: #ABABAB. Windows color (decimal): -5916553 or 7846053. OLE color: 7846053.

HSL color Cylindrical-coordinate representation of color #A5B877: hue angle of 77.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B877 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 184 119 -
CMYK 0.10 0 0.35 0.28
HSL 77.54º 0.31% 0.59% -
HSV(B) 77.54º 0.35% 0.72% -
XYZ 35.99 43.61 23.97 -
YUV 170.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 165 184 119 0.10 0 0.35 0.28 77.54 0.31 0.59
Hex A5 B8 77 A 0 23 1C 4E 1F 3B
Octal 245 270 167 12 0 43 34 116 37 73
Binary 10100101 10111000 1110111 1010 0 100011 11100 1001110 11111 111011

Color Harmonies of #A5B877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B877

Black with #A5B877

Text Example


Text Example

White with #A5B877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B877; }

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

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

background-color css

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

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

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

border-color css

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

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

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