Html Css Color HEX #A8C296 Norway

📋 copy color: '#A8C296'

red 168 ◦ green 194 ◦ blue 150

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

Shades of Norway #A8C296

Tints of Norway #A8C296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

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

R = 32.81%
G = 37.89%
B = 29.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A8C296 (or 0xA8C296) is known color: Norway. HEX triplet: A8, C2 and 96. RGB value is (168,194,150). Sum of RGB (Red+Green+Blue) = 168+194+150=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C296 is #573D69. Grayscale: #B5B5B5. Windows color (decimal): -5717354 or 9880232. OLE color: 9880232.

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

Color convert

RGB 168 194 150 -
CMYK 0.13 0 0.23 0.24
HSL 95.45º 0.27% 0.67% -
HSV(B) 95.45º 0.23% 0.76% -
XYZ 40.95 49.11 36.18 -
YUV 181.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 168 194 150 0.13 0 0.23 0.24 95.45 0.27 0.67
Hex A8 C2 96 D 0 17 18 5F 1B 43
Octal 250 302 226 15 0 27 30 137 33 103
Binary 10101000 11000010 10010110 1101 0 10111 11000 1011111 11011 1000011

Color Harmonies of #A8C296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C296

Black with #A8C296

Text Example


Text Example

White with #A8C296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C296; }

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

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

background-color css

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

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

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

border-color css

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

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

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