Html Css Color HEX #A8C493 Norway

📋 copy color: '#A8C493'

red 168 ◦ green 196 ◦ blue 147

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

Shades of Norway #A8C493

Tints of Norway #A8C493

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

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

R = 32.88%
G = 38.36%
B = 28.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#A8C493 (or 0xA8C493) is known color: Norway. HEX triplet: A8, C4 and 93. RGB value is (168,196,147). Sum of RGB (Red+Green+Blue) = 168+196+147=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C493 is #573B6C. Grayscale: #B6B6B6. Windows color (decimal): -5716845 or 9684136. OLE color: 9684136.

HSL color Cylindrical-coordinate representation of color #A8C493: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8C493 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 147 -
CMYK 0.14 0 0.25 0.23
HSL 94.29º 0.29% 0.67% -
HSV(B) 94.29º 0.25% 0.77% -
XYZ 41.15 49.91 35.07 -
YUV 182.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 168 196 147 0.14 0 0.25 0.23 94.29 0.29 0.67
Hex A8 C4 93 E 0 19 17 5E 1D 43
Octal 250 304 223 16 0 31 27 136 35 103
Binary 10101000 11000100 10010011 1110 0 11001 10111 1011110 11101 1000011

Color Harmonies of #A8C493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C493

Black with #A8C493

Text Example


Text Example

White with #A8C493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C493; }

 p { color: rgb(168,196,147); }

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

background-color css

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

 a { background-color: rgb(168,196,147); }

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

border-color css

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

 span { border-color: rgb(168,196,147); }

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