Html Css Color HEX #A4B78A Norway

📋 copy color: '#A4B78A'

red 164 ◦ green 183 ◦ blue 138

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

Shades of Norway #A4B78A

Tints of Norway #A4B78A

RGB

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

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

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

R = 33.81%
G = 37.73%
B = 28.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#A4B78A (or 0xA4B78A) is known color: Norway. HEX triplet: A4, B7 and 8A. RGB value is (164,183,138). Sum of RGB (Red+Green+Blue) = 164+183+138=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B78A is #5B4875. Grayscale: #ACACAC. Windows color (decimal): -5982326 or 9090980. OLE color: 9090980.

HSL color Cylindrical-coordinate representation of color #A4B78A: hue angle of 85.33º 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 #A4B78A is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 138 -
CMYK 0.10 0 0.25 0.28
HSL 85.33º 0.24% 0.63% -
HSV(B) 85.33º 0.25% 0.72% -
XYZ 36.83 43.59 30.52 -
YUV 172.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 164 183 138 0.10 0 0.25 0.28 85.33 0.24 0.63
Hex A4 B7 8A A 0 19 1C 55 18 3F
Octal 244 267 212 12 0 31 34 125 30 77
Binary 10100100 10110111 10001010 1010 0 11001 11100 1010101 11000 111111

Color Harmonies of #A4B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B78A

Black with #A4B78A

Text Example


Text Example

White with #A4B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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