Html Css Color HEX #A4C193 Norway

📋 copy color: '#A4C193'

red 164 ◦ green 193 ◦ blue 147

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

Shades of Norway #A4C193

Tints of Norway #A4C193

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

 BLUE value IS 147 (57.81% from 255) = 29.17%

R = 32.54%
G = 38.29%
B = 29.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A4C193 (or 0xA4C193) is known color: Norway. HEX triplet: A4, C1 and 93. RGB value is (164,193,147). Sum of RGB (Red+Green+Blue) = 164+193+147=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C193 is #5B3E6C. Grayscale: #B3B3B3. Windows color (decimal): -5979757 or 9683364. OLE color: 9683364.

HSL color Cylindrical-coordinate representation of color #A4C193: hue angle of 97.83º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4C193 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 193 147 -
CMYK 0.15 0 0.24 0.24
HSL 97.83º 0.27% 0.67% -
HSV(B) 97.83º 0.24% 0.76% -
XYZ 39.65 48.14 34.81 -
YUV 179.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 164 193 147 0.15 0 0.24 0.24 97.83 0.27 0.67
Hex A4 C1 93 F 0 18 18 62 1B 43
Octal 244 301 223 17 0 30 30 142 33 103
Binary 10100100 11000001 10010011 1111 0 11000 11000 1100010 11011 1000011

Color Harmonies of #A4C193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C193

Black with #A4C193

Text Example


Text Example

White with #A4C193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C193; }

 p { color: rgb(164,193,147); }

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

background-color css

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

 a { background-color: rgb(164,193,147); }

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

border-color css

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

 span { border-color: rgb(164,193,147); }

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