Html Css Color HEX #A4B883 Norway

📋 copy color: '#A4B883'

red 164 ◦ green 184 ◦ blue 131

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

Shades of Norway #A4B883

Tints of Norway #A4B883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.35%

R = 34.24%
G = 38.41%
B = 27.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#A4B883 (or 0xA4B883) is known color: Norway. HEX triplet: A4, B8 and 83. RGB value is (164,184,131). Sum of RGB (Red+Green+Blue) = 164+184+131=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B883 is #5B477C. Grayscale: #ACACAC. Windows color (decimal): -5982077 or 8632484. OLE color: 8632484.

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

Color convert

RGB 164 184 131 -
CMYK 0.11 0 0.29 0.28
HSL 82.64º 0.27% 0.62% -
HSV(B) 82.64º 0.29% 0.72% -
XYZ 36.55 43.81 28 -
YUV 171.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 164 184 131 0.11 0 0.29 0.28 82.64 0.27 0.62
Hex A4 B8 83 B 0 1D 1C 53 1B 3E
Octal 244 270 203 13 0 35 34 123 33 76
Binary 10100100 10111000 10000011 1011 0 11101 11100 1010011 11011 111110

Color Harmonies of #A4B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B883

Black with #A4B883

Text Example


Text Example

White with #A4B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B883; }

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

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

background-color css

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

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

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

border-color css

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

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

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