Html Css Color HEX #A4B88B Norway

📋 copy color: '#A4B88B'

red 164 ◦ green 184 ◦ blue 139

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

Shades of Norway #A4B88B

Tints of Norway #A4B88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 33.68%
G = 37.78%
B = 28.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#A4B88B (or 0xA4B88B) is known color: Norway. HEX triplet: A4, B8 and 8B. RGB value is (164,184,139). Sum of RGB (Red+Green+Blue) = 164+184+139=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B88B is #5B4774. Grayscale: #ADADAD. Windows color (decimal): -5982069 or 9156772. OLE color: 9156772.

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

Color convert

RGB 164 184 139 -
CMYK 0.11 0 0.24 0.28
HSL 86.67º 0.24% 0.63% -
HSV(B) 86.67º 0.24% 0.72% -
XYZ 37.11 44.04 30.97 -
YUV 172.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 164 184 139 0.11 0 0.24 0.28 86.67 0.24 0.63
Hex A4 B8 8B B 0 18 1C 57 18 3F
Octal 244 270 213 13 0 30 34 127 30 77
Binary 10100100 10111000 10001011 1011 0 11000 11100 1010111 11000 111111

Color Harmonies of #A4B88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B88B

Black with #A4B88B

Text Example


Text Example

White with #A4B88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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