Html Css Color HEX #A8C295 Norway

📋 copy color: '#A8C295'

red 168 ◦ green 194 ◦ blue 149

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

Shades of Norway #A8C295

Tints of Norway #A8C295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.16%

R = 32.88%
G = 37.96%
B = 29.16%

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

#A8C295 (or 0xA8C295) is known color: Norway. HEX triplet: A8, C2 and 95. RGB value is (168,194,149). Sum of RGB (Red+Green+Blue) = 168+194+149=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C295 is #573D6A. Grayscale: #B5B5B5. Windows color (decimal): -5717355 or 9814696. OLE color: 9814696.

HSL color Cylindrical-coordinate representation of color #A8C295: hue angle of 94.67º 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 #A8C295 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 149 -
CMYK 0.13 0 0.23 0.24
HSL 94.67º 0.27% 0.67% -
HSV(B) 94.67º 0.23% 0.76% -
XYZ 40.87 49.08 35.75 -
YUV 181.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 168 194 149 0.13 0 0.23 0.24 94.67 0.27 0.67
Hex A8 C2 95 D 0 17 18 5F 1B 43
Octal 250 302 225 15 0 27 30 137 33 103
Binary 10101000 11000010 10010101 1101 0 10111 11000 1011111 11011 1000011

Color Harmonies of #A8C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C295

Black with #A8C295

Text Example


Text Example

White with #A8C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C295; }

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

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

background-color css

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

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

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

border-color css

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

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

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