Html Css Color HEX #9AB98A Norway

📋 copy color: '#9AB98A'

red 154 ◦ green 185 ◦ blue 138

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

Shades of Norway #9AB98A

Tints of Norway #9AB98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 32.29%
G = 38.78%
B = 28.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#9AB98A (or 0x9AB98A) is known color: Norway. HEX triplet: 9A, B9 and 8A. RGB value is (154,185,138). Sum of RGB (Red+Green+Blue) = 154+185+138=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB98A is #654675. Grayscale: #AAAAAA. Windows color (decimal): -6637174 or 9091482. OLE color: 9091482.

HSL color Cylindrical-coordinate representation of color #9AB98A: hue angle of 99.57º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AB98A is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 138 -
CMYK 0.17 0 0.25 0.27
HSL 99.57º 0.25% 0.63% -
HSV(B) 99.57º 0.25% 0.73% -
XYZ 35.26 43.4 30.56 -
YUV 170.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 154 185 138 0.17 0 0.25 0.27 99.57 0.25 0.63
Hex 9A B9 8A 11 0 19 1B 64 19 3F
Octal 232 271 212 21 0 31 33 144 31 77
Binary 10011010 10111001 10001010 10001 0 11001 11011 1100100 11001 111111

Color Harmonies of #9AB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB98A

Black with #9AB98A

Text Example


Text Example

White with #9AB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,138); }

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

background-color css

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

 a { background-color: rgb(154,185,138); }

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

border-color css

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

 span { border-color: rgb(154,185,138); }

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