Html Css Color HEX #A7C295 Norway

📋 copy color: '#A7C295'

red 167 ◦ green 194 ◦ blue 149

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

Shades of Norway #A7C295

Tints of Norway #A7C295

RGB

 RED value IS 167 (65.63% from 255) = 32.75%

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

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

R = 32.75%
G = 38.04%
B = 29.22%

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

#A7C295 (or 0xA7C295) is known color: Norway. HEX triplet: A7, C2 and 95. RGB value is (167,194,149). Sum of RGB (Red+Green+Blue) = 167+194+149=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C295 is #583D6A. Grayscale: #B4B4B4. Windows color (decimal): -5782891 or 9814695. OLE color: 9814695.

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

Color convert

RGB 167 194 149 -
CMYK 0.14 0 0.23 0.24
HSL 96º 0.27% 0.67% -
HSV(B) 96º 0.23% 0.76% -
XYZ 40.65 48.97 35.74 -
YUV 180.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 167 194 149 0.14 0 0.23 0.24 96 0.27 0.67
Hex A7 C2 95 E 0 17 18 60 1B 43
Octal 247 302 225 16 0 27 30 140 33 103
Binary 10100111 11000010 10010101 1110 0 10111 11000 1100000 11011 1000011

Color Harmonies of #A7C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C295

Black with #A7C295

Text Example


Text Example

White with #A7C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C295; }

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

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

background-color css

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

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

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

border-color css

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

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

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