#AFC092

Color #AFC092 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #AFC092

Tints of Norway #AFC092

Color information

#AFC092 (or 0xAFC092) is unknown color: approx Norway. HEX triplet: AF, C0 and 92. RGB value is (175,192,146). Sum of RGB (Red+Green+Blue) = 175+192+146=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC092 is #503F6D. Grayscale: #B5B5B5. Windows color (decimal): -5259118 or 9617583. OLE color: 9617583.

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

Color convert

RGB175192146-
CMYK0.0900.240.25
HSL82.17º26.74%66.27%-
HSV(B)82.17º23.96%75.29%-
XYZ41.7248.8934.43-
YUV181.67107.87123.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=34.11%
G=37.43%
B=28.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921460.0900.240.2582.1726.7466.27
HexAFC092901819521b42
Octal257300222110303112233102
Binary1010111111000000100100101001011000110011010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC092; }

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

 H1.HeaderClassName
 {
   color: #AFC092;
 }
 .AnyTagClassName
 {
   color: #AFC092;
 }
</style>
background-color css

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

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

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

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

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

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