Html Css Color HEX #A7C092 Norway

📋 copy color: '#A7C092'

red 167 ◦ green 192 ◦ blue 146

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

Shades of Norway #A7C092

Tints of Norway #A7C092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.02%

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

R = 33.07%
G = 38.02%
B = 28.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#A7C092 (or 0xA7C092) is known color: Norway. HEX triplet: A7, C0 and 92. RGB value is (167,192,146). Sum of RGB (Red+Green+Blue) = 167+192+146=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C092 is #583F6D. Grayscale: #B3B3B3. Windows color (decimal): -5783406 or 9617575. OLE color: 9617575.

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

Color convert

RGB 167 192 146 -
CMYK 0.13 0 0.24 0.25
HSL 92.61º 0.27% 0.66% -
HSV(B) 92.61º 0.24% 0.75% -
XYZ 39.97 47.99 34.35 -
YUV 179.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 167 192 146 0.13 0 0.24 0.25 92.61 0.27 0.66
Hex A7 C0 92 D 0 18 19 5D 1B 42
Octal 247 300 222 15 0 30 31 135 33 102
Binary 10100111 11000000 10010010 1101 0 11000 11001 1011101 11011 1000010

Color Harmonies of #A7C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C092

Black with #A7C092

Text Example


Text Example

White with #A7C092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C092; }

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

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

background-color css

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

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

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

border-color css

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

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

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