Html Css Color HEX #A4C089 Norway

📋 copy color: '#A4C089'

red 164 ◦ green 192 ◦ blue 137

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

Shades of Norway #A4C089

Tints of Norway #A4C089

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

 BLUE value IS 137 (53.91% from 255) = 27.79%

R = 33.27%
G = 38.95%
B = 27.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A4C089 (or 0xA4C089) is known color: Norway. HEX triplet: A4, C0 and 89. RGB value is (164,192,137). Sum of RGB (Red+Green+Blue) = 164+192+137=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C089 is #5B3F76. Grayscale: #B1B1B1. Windows color (decimal): -5980023 or 9027748. OLE color: 9027748.

HSL color Cylindrical-coordinate representation of color #A4C089: hue angle of 90.55º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4C089 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 137 -
CMYK 0.15 0 0.29 0.25
HSL 90.55º 0.3% 0.65% -
HSV(B) 90.55º 0.29% 0.75% -
XYZ 38.67 47.4 30.78 -
YUV 177.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 164 192 137 0.15 0 0.29 0.25 90.55 0.3 0.65
Hex A4 C0 89 F 0 1D 19 5B 1E 41
Octal 244 300 211 17 0 35 31 133 36 101
Binary 10100100 11000000 10001001 1111 0 11101 11001 1011011 11110 1000001

Color Harmonies of #A4C089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C089

Black with #A4C089

Text Example


Text Example

White with #A4C089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C089; }

 p { color: rgb(164,192,137); }

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

background-color css

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

 a { background-color: rgb(164,192,137); }

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

border-color css

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

 span { border-color: rgb(164,192,137); }

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