Html Css Color HEX #A4B58E Norway

📋 copy color: '#A4B58E'

red 164 ◦ green 181 ◦ blue 142

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

Shades of Norway #A4B58E

Tints of Norway #A4B58E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

 BLUE value IS 142 (55.86% from 255) = 29.16%

R = 33.68%
G = 37.17%
B = 29.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#A4B58E (or 0xA4B58E) is known color: Norway. HEX triplet: A4, B5 and 8E. RGB value is (164,181,142). Sum of RGB (Red+Green+Blue) = 164+181+142=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B58E is #5B4A71. Grayscale: #ABABAB. Windows color (decimal): -5982834 or 9352612. OLE color: 9352612.

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

Color convert

RGB 164 181 142 -
CMYK 0.09 0 0.22 0.29
HSL 86.15º 0.21% 0.63% -
HSV(B) 86.15º 0.22% 0.71% -
XYZ 36.72 42.89 31.94 -
YUV 171.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 164 181 142 0.09 0 0.22 0.29 86.15 0.21 0.63
Hex A4 B5 8E 9 0 16 1D 56 15 3F
Octal 244 265 216 11 0 26 35 126 25 77
Binary 10100100 10110101 10001110 1001 0 10110 11101 1010110 10101 111111

Color Harmonies of #A4B58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B58E

Black with #A4B58E

Text Example


Text Example

White with #A4B58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B58E; }

 p { color: rgb(164,181,142); }

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

background-color css

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

 a { background-color: rgb(164,181,142); }

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

border-color css

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

 span { border-color: rgb(164,181,142); }

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