Html Css Color HEX #A4B694 Norway

📋 copy color: '#A4B694'

red 164 ◦ green 182 ◦ blue 148

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

Shades of Norway #A4B694

Tints of Norway #A4B694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.84%

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 33.2%
G = 36.84%
B = 29.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A4B694 (or 0xA4B694) is known color: Norway. HEX triplet: A4, B6 and 94. RGB value is (164,182,148). Sum of RGB (Red+Green+Blue) = 164+182+148=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B694 is #5B496B. Grayscale: #ACACAC. Windows color (decimal): -5982572 or 9746084. OLE color: 9746084.

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

Color convert

RGB 164 182 148 -
CMYK 0.10 0 0.19 0.29
HSL 91.76º 0.19% 0.65% -
HSV(B) 91.76º 0.19% 0.71% -
XYZ 37.38 43.49 34.44 -
YUV 172.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 164 182 148 0.10 0 0.19 0.29 91.76 0.19 0.65
Hex A4 B6 94 A 0 13 1D 5C 13 41
Octal 244 266 224 12 0 23 35 134 23 101
Binary 10100100 10110110 10010100 1010 0 10011 11101 1011100 10011 1000001

Color Harmonies of #A4B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B694

Black with #A4B694

Text Example


Text Example

White with #A4B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B694; }

 p { color: rgb(164,182,148); }

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

background-color css

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

 a { background-color: rgb(164,182,148); }

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

border-color css

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

 span { border-color: rgb(164,182,148); }

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