#A8C38B

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

Shades of Norway #A8C38B

Tints of Norway #A8C38B

Color information

#A8C38B (or 0xA8C38B) is unknown color: approx Norway. HEX triplet: A8, C3 and 8B. RGB value is (168,195,139). Sum of RGB (Red+Green+Blue) = 168+195+139=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C38B is #573C74. Grayscale: #B4B4B4. Windows color (decimal): -5717109 or 9159592. OLE color: 9159592.

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

Color convert

RGB168195139-
CMYK0.1400.290.24
HSL88.93º31.82%65.49%-
HSV(B)88.93º28.72%76.47%-
XYZ40.3249.2231.8-
YUV180.54104.55119.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=33.47%
G=38.84%
B=27.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681951390.1400.290.2488.9331.8265.49
HexA8C38BE01D18592041
Octal250303213160353013140101
Binary10101000110000111000101111100111011100010110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C38B; }

 p { color: rgb(168,195,139); }

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

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

 a { background-color: rgb(168,195,139); }

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

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

 span { border-color: rgb(168,195,139); }

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