Html Css Color HEX #A5BA90 Norway

📋 copy color: '#A5BA90'

red 165 ◦ green 186 ◦ blue 144

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

Shades of Norway #A5BA90

Tints of Norway #A5BA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 33.33%
G = 37.58%
B = 29.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#A5BA90 (or 0xA5BA90) is known color: Norway. HEX triplet: A5, BA and 90. RGB value is (165,186,144). Sum of RGB (Red+Green+Blue) = 165+186+144=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA90 is #5A456F. Grayscale: #AFAFAF. Windows color (decimal): -5916016 or 9484965. OLE color: 9484965.

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

Color convert

RGB 165 186 144 -
CMYK 0.11 0 0.23 0.27
HSL 90º 0.23% 0.65% -
HSV(B) 90º 0.23% 0.73% -
XYZ 38.11 45.13 33.09 -
YUV 174.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 165 186 144 0.11 0 0.23 0.27 90 0.23 0.65
Hex A5 BA 90 B 0 17 1B 5A 17 41
Octal 245 272 220 13 0 27 33 132 27 101
Binary 10100101 10111010 10010000 1011 0 10111 11011 1011010 10111 1000001

Color Harmonies of #A5BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA90

Black with #A5BA90

Text Example


Text Example

White with #A5BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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