#A9C68B

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

Shades of Norway #A9C68B

Tints of Norway #A9C68B

Color information

#A9C68B (or 0xA9C68B) is unknown color: approx Norway. HEX triplet: A9, C6 and 8B. RGB value is (169,198,139). Sum of RGB (Red+Green+Blue) = 169+198+139=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C68B is #563974. Grayscale: #B6B6B6. Windows color (decimal): -5650805 or 9160361. OLE color: 9160361.

HSL color Cylindrical-coordinate representation of color #A9C68B: hue angle of 89.49º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9C68B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB169198139-
CMYK0.1500.300.22
HSL89.49º34.1%66.08%-
HSV(B)89.49º29.8%77.65%-
XYZ41.2250.6932.04-
YUV182.6103.39118.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=33.40%
G=39.13%
B=27.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691981390.1500.300.2289.4934.166.08
HexA9C68BF01E16592242
Octal251306213170362613142102
Binary10101001110001101000101111110111101011010110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C68B; }

 p { color: rgb(169,198,139); }

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

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

 a { background-color: rgb(169,198,139); }

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

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

 span { border-color: rgb(169,198,139); }

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