Html Css Color HEX #A4B28D Norway

📋 copy color: '#A4B28D'

red 164 ◦ green 178 ◦ blue 141

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

Shades of Norway #A4B28D

Tints of Norway #A4B28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 33.95%
G = 36.85%
B = 29.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#A4B28D (or 0xA4B28D) is known color: Norway. HEX triplet: A4, B2 and 8D. RGB value is (164,178,141). Sum of RGB (Red+Green+Blue) = 164+178+141=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B28D is #5B4D72. Grayscale: #A9A9A9. Windows color (decimal): -5983603 or 9286308. OLE color: 9286308.

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

Color convert

RGB 164 178 141 -
CMYK 0.08 0 0.21 0.30
HSL 82.7º 0.19% 0.63% -
HSV(B) 82.7º 0.21% 0.7% -
XYZ 36.04 41.66 31.34 -
YUV 169.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 164 178 141 0.08 0 0.21 0.30 82.7 0.19 0.63
Hex A4 B2 8D 8 0 15 1E 53 13 3F
Octal 244 262 215 10 0 25 36 123 23 77
Binary 10100100 10110010 10001101 1000 0 10101 11110 1010011 10011 111111

Color Harmonies of #A4B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B28D

Black with #A4B28D

Text Example


Text Example

White with #A4B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B28D; }

 p { color: rgb(164,178,141); }

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

background-color css

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

 a { background-color: rgb(164,178,141); }

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

border-color css

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

 span { border-color: rgb(164,178,141); }

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