Html Css Color HEX #A5BA95 Norway

📋 copy color: '#A5BA95'

red 165 ◦ green 186 ◦ blue 149

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

Shades of Norway #A5BA95

Tints of Norway #A5BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 33%
G = 37.2%
B = 29.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#A5BA95 (or 0xA5BA95) is known color: Norway. HEX triplet: A5, BA and 95. RGB value is (165,186,149). Sum of RGB (Red+Green+Blue) = 165+186+149=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA95 is #5A456A. Grayscale: #AFAFAF. Windows color (decimal): -5916011 or 9812645. OLE color: 9812645.

HSL color Cylindrical-coordinate representation of color #A5BA95: hue angle of 94.05º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5BA95 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 149 -
CMYK 0.11 0 0.20 0.27
HSL 94.05º 0.21% 0.66% -
HSV(B) 94.05º 0.2% 0.73% -
XYZ 38.5 45.29 35.15 -
YUV 175.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 165 186 149 0.11 0 0.20 0.27 94.05 0.21 0.66
Hex A5 BA 95 B 0 14 1B 5E 15 42
Octal 245 272 225 13 0 24 33 136 25 102
Binary 10100101 10111010 10010101 1011 0 10100 11011 1011110 10101 1000010

Color Harmonies of #A5BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA95

Black with #A5BA95

Text Example


Text Example

White with #A5BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA95; }

 p { color: rgb(165,186,149); }

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

background-color css

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

 a { background-color: rgb(165,186,149); }

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

border-color css

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

 span { border-color: rgb(165,186,149); }

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