Html Css Color HEX #A4B28C Norway

📋 copy color: '#A4B28C'

red 164 ◦ green 178 ◦ blue 140

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

Shades of Norway #A4B28C

Tints of Norway #A4B28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 34.02%
G = 36.93%
B = 29.05%

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

#A4B28C (or 0xA4B28C) is known color: Norway. HEX triplet: A4, B2 and 8C. RGB value is (164,178,140). Sum of RGB (Red+Green+Blue) = 164+178+140=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B28C is #5B4D73. Grayscale: #A9A9A9. Windows color (decimal): -5983604 or 9220772. OLE color: 9220772.

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

Color convert

RGB 164 178 140 -
CMYK 0.08 0 0.21 0.30
HSL 82.11º 0.2% 0.62% -
HSV(B) 82.11º 0.21% 0.7% -
XYZ 35.96 41.63 30.95 -
YUV 169.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 164 178 140 0.08 0 0.21 0.30 82.11 0.2 0.62
Hex A4 B2 8C 8 0 15 1E 52 14 3E
Octal 244 262 214 10 0 25 36 122 24 76
Binary 10100100 10110010 10001100 1000 0 10101 11110 1010010 10100 111110

Color Harmonies of #A4B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B28C

Black with #A4B28C

Text Example


Text Example

White with #A4B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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