Html Css Color HEX #A5B290 Norway

📋 copy color: '#A5B290'

red 165 ◦ green 178 ◦ blue 144

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

Shades of Norway #A5B290

Tints of Norway #A5B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

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

R = 33.88%
G = 36.55%
B = 29.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#A5B290 (or 0xA5B290) is known color: Norway. HEX triplet: A5, B2 and 90. RGB value is (165,178,144). Sum of RGB (Red+Green+Blue) = 165+178+144=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B290 is #5A4D6F. Grayscale: #AAAAAA. Windows color (decimal): -5918064 or 9482917. OLE color: 9482917.

HSL color Cylindrical-coordinate representation of color #A5B290: hue angle of 82.94º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5B290 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 178 144 -
CMYK 0.07 0 0.19 0.30
HSL 82.94º 0.18% 0.63% -
HSV(B) 82.94º 0.19% 0.7% -
XYZ 36.47 41.85 32.54 -
YUV 170.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 165 178 144 0.07 0 0.19 0.30 82.94 0.18 0.63
Hex A5 B2 90 7 0 13 1E 53 12 3F
Octal 245 262 220 7 0 23 36 123 22 77
Binary 10100101 10110010 10010000 111 0 10011 11110 1010011 10010 111111

Color Harmonies of #A5B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B290

Black with #A5B290

Text Example


Text Example

White with #A5B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B290; }

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

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

background-color css

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

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

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

border-color css

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

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

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