Html Css Color HEX #A8C396 Norway

📋 copy color: '#A8C396'

red 168 ◦ green 195 ◦ blue 150

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

Shades of Norway #A8C396

Tints of Norway #A8C396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 32.75%
G = 38.01%
B = 29.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A8C396 (or 0xA8C396) is known color: Norway. HEX triplet: A8, C3 and 96. RGB value is (168,195,150). Sum of RGB (Red+Green+Blue) = 168+195+150=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C396 is #573C69. Grayscale: #B5B5B5. Windows color (decimal): -5717098 or 9880488. OLE color: 9880488.

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

Color convert

RGB 168 195 150 -
CMYK 0.14 0 0.23 0.24
HSL 96º 0.27% 0.68% -
HSV(B) 96º 0.23% 0.76% -
XYZ 41.17 49.56 36.25 -
YUV 181.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 168 195 150 0.14 0 0.23 0.24 96 0.27 0.68
Hex A8 C3 96 E 0 17 18 60 1B 44
Octal 250 303 226 16 0 27 30 140 33 104
Binary 10101000 11000011 10010110 1110 0 10111 11000 1100000 11011 1000100

Color Harmonies of #A8C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C396

Black with #A8C396

Text Example


Text Example

White with #A8C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C396; }

 p { color: rgb(168,195,150); }

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

background-color css

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

 a { background-color: rgb(168,195,150); }

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

border-color css

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

 span { border-color: rgb(168,195,150); }

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