Html Css Color HEX #9AB48E Norway

📋 copy color: '#9AB48E'

red 154 ◦ green 180 ◦ blue 142

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

Shades of Norway #9AB48E

Tints of Norway #9AB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.82%

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 32.35%
G = 37.82%
B = 29.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#9AB48E (or 0x9AB48E) is known color: Norway. HEX triplet: 9A, B4 and 8E. RGB value is (154,180,142). Sum of RGB (Red+Green+Blue) = 154+180+142=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB48E is #654B71. Grayscale: #A8A8A8. Windows color (decimal): -6638450 or 9352346. OLE color: 9352346.

HSL color Cylindrical-coordinate representation of color #9AB48E: hue angle of 101.05º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AB48E is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 142 -
CMYK 0.14 0 0.21 0.29
HSL 101.05º 0.2% 0.63% -
HSV(B) 101.05º 0.21% 0.71% -
XYZ 34.53 41.47 31.77 -
YUV 167.89 113.39 118.09 -
System Red Green Blue C M Y K H S L
Decimal 154 180 142 0.14 0 0.21 0.29 101.05 0.2 0.63
Hex 9A B4 8E E 0 15 1D 65 14 3F
Octal 232 264 216 16 0 25 35 145 24 77
Binary 10011010 10110100 10001110 1110 0 10101 11101 1100101 10100 111111

Color Harmonies of #9AB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB48E

Black with #9AB48E

Text Example


Text Example

White with #9AB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,142); }

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

background-color css

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

 a { background-color: rgb(154,180,142); }

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

border-color css

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

 span { border-color: rgb(154,180,142); }

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