Html Css Color HEX #A4B790 Norway

📋 copy color: '#A4B790'

red 164 ◦ green 183 ◦ blue 144

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

Shades of Norway #A4B790

Tints of Norway #A4B790

RGB

 RED value IS 164 (64.45% from 255) = 33.4%

 GREEN value IS 183 (71.88% from 255) = 37.27%

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

R = 33.4%
G = 37.27%
B = 29.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#A4B790 (or 0xA4B790) is known color: Norway. HEX triplet: A4, B7 and 90. RGB value is (164,183,144). Sum of RGB (Red+Green+Blue) = 164+183+144=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B790 is #5B486F. Grayscale: #ADADAD. Windows color (decimal): -5982320 or 9484196. OLE color: 9484196.

HSL color Cylindrical-coordinate representation of color #A4B790: hue angle of 89.23º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4B790 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 144 -
CMYK 0.10 0 0.21 0.28
HSL 89.23º 0.21% 0.64% -
HSV(B) 89.23º 0.21% 0.72% -
XYZ 37.28 43.77 32.87 -
YUV 172.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 164 183 144 0.10 0 0.21 0.28 89.23 0.21 0.64
Hex A4 B7 90 A 0 15 1C 59 15 40
Octal 244 267 220 12 0 25 34 131 25 100
Binary 10100100 10110111 10010000 1010 0 10101 11100 1011001 10101 1000000

Color Harmonies of #A4B790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B790

Black with #A4B790

Text Example


Text Example

White with #A4B790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B790; }

 p { color: rgb(164,183,144); }

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

background-color css

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

 a { background-color: rgb(164,183,144); }

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

border-color css

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

 span { border-color: rgb(164,183,144); }

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