Html Css Color HEX #9AB18D Norway

📋 copy color: '#9AB18D'

red 154 ◦ green 177 ◦ blue 141

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

Shades of Norway #9AB18D

Tints of Norway #9AB18D

RGB

 RED value IS 154 (60.55% from 255) = 32.63%

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 32.63%
G = 37.5%
B = 29.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#9AB18D (or 0x9AB18D) is known color: Norway. HEX triplet: 9A, B1 and 8D. RGB value is (154,177,141). Sum of RGB (Red+Green+Blue) = 154+177+141=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB18D is #654E72. Grayscale: #A6A6A6. Windows color (decimal): -6639219 or 9286042. OLE color: 9286042.

HSL color Cylindrical-coordinate representation of color #9AB18D: hue angle of 98.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AB18D is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 177 141 -
CMYK 0.13 0 0.20 0.31
HSL 98.33º 0.19% 0.62% -
HSV(B) 98.33º 0.2% 0.69% -
XYZ 33.86 40.24 31.18 -
YUV 166.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 154 177 141 0.13 0 0.20 0.31 98.33 0.19 0.62
Hex 9A B1 8D D 0 14 1F 62 13 3E
Octal 232 261 215 15 0 24 37 142 23 76
Binary 10011010 10110001 10001101 1101 0 10100 11111 1100010 10011 111110

Color Harmonies of #9AB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB18D

Black with #9AB18D

Text Example


Text Example

White with #9AB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB18D; }

 p { color: rgb(154,177,141); }

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

background-color css

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

 a { background-color: rgb(154,177,141); }

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

border-color css

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

 span { border-color: rgb(154,177,141); }

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