Html Css Color HEX #A5B66E Olivine

📋 copy color: '#A5B66E'

red 165 ◦ green 182 ◦ blue 110

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

Shades of Olivine #A5B66E

Tints of Olivine #A5B66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.82%

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 36.11%
G = 39.82%
B = 24.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#A5B66E (or 0xA5B66E) is known color: Olivine. HEX triplet: A5, B6 and 6E. RGB value is (165,182,110). Sum of RGB (Red+Green+Blue) = 165+182+110=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B66E is #5A4991. Grayscale: #A8A8A8. Windows color (decimal): -5917074 or 7255717. OLE color: 7255717.

HSL color Cylindrical-coordinate representation of color #A5B66E: hue angle of 74.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5B66E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 182 110 -
CMYK 0.09 0 0.40 0.29
HSL 74.17º 0.33% 0.57% -
HSV(B) 74.17º 0.4% 0.71% -
XYZ 35.06 42.58 21.12 -
YUV 168.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 165 182 110 0.09 0 0.40 0.29 74.17 0.33 0.57
Hex A5 B6 6E 9 0 28 1D 4A 21 39
Octal 245 266 156 11 0 50 35 112 41 71
Binary 10100101 10110110 1101110 1001 0 101000 11101 1001010 100001 111001

Color Harmonies of #A5B66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B66E

Black with #A5B66E

Text Example


Text Example

White with #A5B66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B66E; }

 p { color: rgb(165,182,110); }

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

background-color css

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

 a { background-color: rgb(165,182,110); }

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

border-color css

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

 span { border-color: rgb(165,182,110); }

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