Html Css Color HEX #A4C192 Norway

📋 copy color: '#A4C192'

red 164 ◦ green 193 ◦ blue 146

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

Shades of Norway #A4C192

Tints of Norway #A4C192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 32.6%
G = 38.37%
B = 29.03%

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

#A4C192 (or 0xA4C192) is known color: Norway. HEX triplet: A4, C1 and 92. RGB value is (164,193,146). Sum of RGB (Red+Green+Blue) = 164+193+146=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C192 is #5B3E6D. Grayscale: #B3B3B3. Windows color (decimal): -5979758 or 9617828. OLE color: 9617828.

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

Color convert

RGB 164 193 146 -
CMYK 0.15 0 0.24 0.24
HSL 97.02º 0.27% 0.66% -
HSV(B) 97.02º 0.24% 0.76% -
XYZ 39.57 48.11 34.39 -
YUV 178.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 164 193 146 0.15 0 0.24 0.24 97.02 0.27 0.66
Hex A4 C1 92 F 0 18 18 61 1B 42
Octal 244 301 222 17 0 30 30 141 33 102
Binary 10100100 11000001 10010010 1111 0 11000 11000 1100001 11011 1000010

Color Harmonies of #A4C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C192

Black with #A4C192

Text Example


Text Example

White with #A4C192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C192; }

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

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

background-color css

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

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

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

border-color css

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

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

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