Html Css Color HEX #9AB48B Norway

📋 copy color: '#9AB48B'

red 154 ◦ green 180 ◦ blue 139

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

Shades of Norway #9AB48B

Tints of Norway #9AB48B

RGB

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

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

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

R = 32.56%
G = 38.05%
B = 29.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#9AB48B (or 0x9AB48B) is known color: Norway. HEX triplet: 9A, B4 and 8B. RGB value is (154,180,139). Sum of RGB (Red+Green+Blue) = 154+180+139=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB48B is #654B74. Grayscale: #A7A7A7. Windows color (decimal): -6638453 or 9155738. OLE color: 9155738.

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

Color convert

RGB 154 180 139 -
CMYK 0.14 0 0.23 0.29
HSL 98.05º 0.21% 0.63% -
HSV(B) 98.05º 0.23% 0.71% -
XYZ 34.31 41.38 30.6 -
YUV 167.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 154 180 139 0.14 0 0.23 0.29 98.05 0.21 0.63
Hex 9A B4 8B E 0 17 1D 62 15 3F
Octal 232 264 213 16 0 27 35 142 25 77
Binary 10011010 10110100 10001011 1110 0 10111 11101 1100010 10101 111111

Color Harmonies of #9AB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB48B

Black with #9AB48B

Text Example


Text Example

White with #9AB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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