Html Css Color HEX #A5B976 Olivine

📋 copy color: '#A5B976'

red 165 ◦ green 185 ◦ blue 118

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

Shades of Olivine #A5B976

Tints of Olivine #A5B976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 35.26%
G = 39.53%
B = 25.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A5B976 (or 0xA5B976) is known color: Olivine. HEX triplet: A5, B9 and 76. RGB value is (165,185,118). Sum of RGB (Red+Green+Blue) = 165+185+118=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B976 is #5A4689. Grayscale: #ABABAB. Windows color (decimal): -5916298 or 7780773. OLE color: 7780773.

HSL color Cylindrical-coordinate representation of color #A5B976: hue angle of 77.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5B976 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 118 -
CMYK 0.11 0 0.36 0.27
HSL 77.91º 0.32% 0.59% -
HSV(B) 77.91º 0.36% 0.73% -
XYZ 36.14 44.01 23.73 -
YUV 171.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 165 185 118 0.11 0 0.36 0.27 77.91 0.32 0.59
Hex A5 B9 76 B 0 24 1B 4E 20 3B
Octal 245 271 166 13 0 44 33 116 40 73
Binary 10100101 10111001 1110110 1011 0 100100 11011 1001110 100000 111011

Color Harmonies of #A5B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B976

Black with #A5B976

Text Example


Text Example

White with #A5B976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B976; }

 p { color: rgb(165,185,118); }

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

background-color css

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

 a { background-color: rgb(165,185,118); }

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

border-color css

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

 span { border-color: rgb(165,185,118); }

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