Html Css Color HEX #A4B783 Norway

📋 copy color: '#A4B783'

red 164 ◦ green 183 ◦ blue 131

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

Shades of Norway #A4B783

Tints of Norway #A4B783

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.28%

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

R = 34.31%
G = 38.28%
B = 27.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#A4B783 (or 0xA4B783) is known color: Norway. HEX triplet: A4, B7 and 83. RGB value is (164,183,131). Sum of RGB (Red+Green+Blue) = 164+183+131=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B783 is #5B487C. Grayscale: #ABABAB. Windows color (decimal): -5982333 or 8632228. OLE color: 8632228.

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

Color convert

RGB 164 183 131 -
CMYK 0.10 0 0.28 0.28
HSL 81.92º 0.27% 0.62% -
HSV(B) 81.92º 0.28% 0.72% -
XYZ 36.34 43.4 27.93 -
YUV 171.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 164 183 131 0.10 0 0.28 0.28 81.92 0.27 0.62
Hex A4 B7 83 A 0 1C 1C 52 1B 3E
Octal 244 267 203 12 0 34 34 122 33 76
Binary 10100100 10110111 10000011 1010 0 11100 11100 1010010 11011 111110

Color Harmonies of #A4B783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B783

Black with #A4B783

Text Example


Text Example

White with #A4B783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B783; }

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

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

background-color css

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

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

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

border-color css

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

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

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