Html Css Color HEX #9AB98B Norway

📋 copy color: '#9AB98B'

red 154 ◦ green 185 ◦ blue 139

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

Shades of Norway #9AB98B

Tints of Norway #9AB98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 32.22%
G = 38.7%
B = 29.08%

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

#9AB98B (or 0x9AB98B) is known color: Norway. HEX triplet: 9A, B9 and 8B. RGB value is (154,185,139). Sum of RGB (Red+Green+Blue) = 154+185+139=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB98B is #654674. Grayscale: #AAAAAA. Windows color (decimal): -6637173 or 9157018. OLE color: 9157018.

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

Color convert

RGB 154 185 139 -
CMYK 0.17 0 0.25 0.27
HSL 100.43º 0.25% 0.64% -
HSV(B) 100.43º 0.25% 0.73% -
XYZ 35.34 43.43 30.95 -
YUV 170.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 154 185 139 0.17 0 0.25 0.27 100.43 0.25 0.64
Hex 9A B9 8B 11 0 19 1B 64 19 40
Octal 232 271 213 21 0 31 33 144 31 100
Binary 10011010 10111001 10001011 10001 0 11001 11011 1100100 11001 1000000

Color Harmonies of #9AB98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB98B

Black with #9AB98B

Text Example


Text Example

White with #9AB98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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