Html Css Color HEX #9AB48C Norway

📋 copy color: '#9AB48C'

red 154 ◦ green 180 ◦ blue 140

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

Shades of Norway #9AB48C

Tints of Norway #9AB48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 32.49%
G = 37.97%
B = 29.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#9AB48C (or 0x9AB48C) is known color: Norway. HEX triplet: 9A, B4 and 8C. RGB value is (154,180,140). Sum of RGB (Red+Green+Blue) = 154+180+140=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB48C is #654B73. Grayscale: #A7A7A7. Windows color (decimal): -6638452 or 9221274. OLE color: 9221274.

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

Color convert

RGB 154 180 140 -
CMYK 0.14 0 0.22 0.29
HSL 99º 0.21% 0.63% -
HSV(B) 99º 0.22% 0.71% -
XYZ 34.38 41.41 30.99 -
YUV 167.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 154 180 140 0.14 0 0.22 0.29 99 0.21 0.63
Hex 9A B4 8C E 0 16 1D 63 15 3F
Octal 232 264 214 16 0 26 35 143 25 77
Binary 10011010 10110100 10001100 1110 0 10110 11101 1100011 10101 111111

Color Harmonies of #9AB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB48C

Black with #9AB48C

Text Example


Text Example

White with #9AB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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