Html Css Color HEX #A7C296 Norway

📋 copy color: '#A7C296'

red 167 ◦ green 194 ◦ blue 150

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

Shades of Norway #A7C296

Tints of Norway #A7C296

RGB

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

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

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

R = 32.68%
G = 37.96%
B = 29.35%

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

#A7C296 (or 0xA7C296) is known color: Norway. HEX triplet: A7, C2 and 96. RGB value is (167,194,150). Sum of RGB (Red+Green+Blue) = 167+194+150=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C296 is #583D69. Grayscale: #B5B5B5. Windows color (decimal): -5782890 or 9880231. OLE color: 9880231.

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

Color convert

RGB 167 194 150 -
CMYK 0.14 0 0.23 0.24
HSL 96.82º 0.27% 0.67% -
HSV(B) 96.82º 0.23% 0.76% -
XYZ 40.73 49 36.17 -
YUV 180.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 167 194 150 0.14 0 0.23 0.24 96.82 0.27 0.67
Hex A7 C2 96 E 0 17 18 61 1B 43
Octal 247 302 226 16 0 27 30 141 33 103
Binary 10100111 11000010 10010110 1110 0 10111 11000 1100001 11011 1000011

Color Harmonies of #A7C296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C296

Black with #A7C296

Text Example


Text Example

White with #A7C296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C296; }

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

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

background-color css

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

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

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

border-color css

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

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

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