Html Css Color HEX #A4B399 Norway

📋 copy color: '#A4B399'

red 164 ◦ green 179 ◦ blue 153

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

Shades of Norway #A4B399

Tints of Norway #A4B399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.09%

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 33.06%
G = 36.09%
B = 30.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#A4B399 (or 0xA4B399) is known color: Norway. HEX triplet: A4, B3 and 99. RGB value is (164,179,153). Sum of RGB (Red+Green+Blue) = 164+179+153=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B399 is #5B4C66. Grayscale: #ABABAB. Windows color (decimal): -5983335 or 10072996. OLE color: 10072996.

HSL color Cylindrical-coordinate representation of color #A4B399: hue angle of 94.62º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4B399 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 179 153 -
CMYK 0.08 0 0.15 0.30
HSL 94.62º 0.15% 0.65% -
HSV(B) 94.62º 0.15% 0.7% -
XYZ 37.18 42.43 36.37 -
YUV 171.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 164 179 153 0.08 0 0.15 0.30 94.62 0.15 0.65
Hex A4 B3 99 8 0 F 1E 5F F 41
Octal 244 263 231 10 0 17 36 137 17 101
Binary 10100100 10110011 10011001 1000 0 1111 11110 1011111 1111 1000001

Color Harmonies of #A4B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B399

Black with #A4B399

Text Example


Text Example

White with #A4B399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B399; }

 p { color: rgb(164,179,153); }

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

background-color css

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

 a { background-color: rgb(164,179,153); }

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

border-color css

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

 span { border-color: rgb(164,179,153); }

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