Html Css Color HEX #A8C190 Norway

📋 copy color: '#A8C190'

red 168 ◦ green 193 ◦ blue 144

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

Shades of Norway #A8C190

Tints of Norway #A8C190

RGB

 RED value IS 168 (66.02% from 255) = 33.27%

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

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 33.27%
G = 38.22%
B = 28.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A8C190 (or 0xA8C190) is known color: Norway. HEX triplet: A8, C1 and 90. RGB value is (168,193,144). Sum of RGB (Red+Green+Blue) = 168+193+144=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C190 is #573E6F. Grayscale: #B4B4B4. Windows color (decimal): -5717616 or 9486760. OLE color: 9486760.

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

Color convert

RGB 168 193 144 -
CMYK 0.13 0 0.25 0.24
HSL 90.61º 0.28% 0.66% -
HSV(B) 90.61º 0.25% 0.76% -
XYZ 40.25 48.48 33.62 -
YUV 179.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 168 193 144 0.13 0 0.25 0.24 90.61 0.28 0.66
Hex A8 C1 90 D 0 19 18 5B 1C 42
Octal 250 301 220 15 0 31 30 133 34 102
Binary 10101000 11000001 10010000 1101 0 11001 11000 1011011 11100 1000010

Color Harmonies of #A8C190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C190

Black with #A8C190

Text Example


Text Example

White with #A8C190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C190; }

 p { color: rgb(168,193,144); }

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

background-color css

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

 a { background-color: rgb(168,193,144); }

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

border-color css

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

 span { border-color: rgb(168,193,144); }

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