Html Css Color HEX #A4B88A Norway

📋 copy color: '#A4B88A'

red 164 ◦ green 184 ◦ blue 138

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

Shades of Norway #A4B88A

Tints of Norway #A4B88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 33.74%
G = 37.86%
B = 28.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#A4B88A (or 0xA4B88A) is known color: Norway. HEX triplet: A4, B8 and 8A. RGB value is (164,184,138). Sum of RGB (Red+Green+Blue) = 164+184+138=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B88A is #5B4775. Grayscale: #ACACAC. Windows color (decimal): -5982070 or 9091236. OLE color: 9091236.

HSL color Cylindrical-coordinate representation of color #A4B88A: hue angle of 86.09º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4B88A is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 184 138 -
CMYK 0.11 0 0.25 0.28
HSL 86.09º 0.24% 0.63% -
HSV(B) 86.09º 0.25% 0.72% -
XYZ 37.04 44.01 30.59 -
YUV 172.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 164 184 138 0.11 0 0.25 0.28 86.09 0.24 0.63
Hex A4 B8 8A B 0 19 1C 56 18 3F
Octal 244 270 212 13 0 31 34 126 30 77
Binary 10100100 10111000 10001010 1011 0 11001 11100 1010110 11000 111111

Color Harmonies of #A4B88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B88A

Black with #A4B88A

Text Example


Text Example

White with #A4B88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B88A; }

 p { color: rgb(164,184,138); }

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

background-color css

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

 a { background-color: rgb(164,184,138); }

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

border-color css

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

 span { border-color: rgb(164,184,138); }

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