Html Css Color HEX #A4B497 Norway

📋 copy color: '#A4B497'

red 164 ◦ green 180 ◦ blue 151

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

Shades of Norway #A4B497

Tints of Norway #A4B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 151 (59.38% from 255) = 30.51%

R = 33.13%
G = 36.36%
B = 30.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#A4B497 (or 0xA4B497) is known color: Norway. HEX triplet: A4, B4 and 97. RGB value is (164,180,151). Sum of RGB (Red+Green+Blue) = 164+180+151=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B497 is #5B4B68. Grayscale: #ACACAC. Windows color (decimal): -5983081 or 9942180. OLE color: 9942180.

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

Color convert

RGB 164 180 151 -
CMYK 0.09 0 0.16 0.29
HSL 93.1º 0.16% 0.65% -
HSV(B) 93.1º 0.16% 0.71% -
XYZ 37.22 42.77 35.57 -
YUV 171.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 164 180 151 0.09 0 0.16 0.29 93.1 0.16 0.65
Hex A4 B4 97 9 0 10 1D 5D 10 41
Octal 244 264 227 11 0 20 35 135 20 101
Binary 10100100 10110100 10010111 1001 0 10000 11101 1011101 10000 1000001

Color Harmonies of #A4B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B497

Black with #A4B497

Text Example


Text Example

White with #A4B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B497; }

 p { color: rgb(164,180,151); }

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

background-color css

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

 a { background-color: rgb(164,180,151); }

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

border-color css

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

 span { border-color: rgb(164,180,151); }

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