Html Css Color HEX #A7C292 Norway

📋 copy color: '#A7C292'

red 167 ◦ green 194 ◦ blue 146

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

Shades of Norway #A7C292

Tints of Norway #A7C292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.8%

R = 32.94%
G = 38.26%
B = 28.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A7C292 (or 0xA7C292) is known color: Norway. HEX triplet: A7, C2 and 92. RGB value is (167,194,146). Sum of RGB (Red+Green+Blue) = 167+194+146=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C292 is #583D6D. Grayscale: #B4B4B4. Windows color (decimal): -5782894 or 9618087. OLE color: 9618087.

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

Color convert

RGB 167 194 146 -
CMYK 0.14 0 0.25 0.24
HSL 93.75º 0.28% 0.67% -
HSV(B) 93.75º 0.25% 0.76% -
XYZ 40.42 48.87 34.5 -
YUV 180.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 167 194 146 0.14 0 0.25 0.24 93.75 0.28 0.67
Hex A7 C2 92 E 0 19 18 5E 1C 43
Octal 247 302 222 16 0 31 30 136 34 103
Binary 10100111 11000010 10010010 1110 0 11001 11000 1011110 11100 1000011

Color Harmonies of #A7C292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C292

Black with #A7C292

Text Example


Text Example

White with #A7C292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C292; }

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

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

background-color css

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

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

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

border-color css

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

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

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