Html Css Color HEX #9AB28D Norway

📋 copy color: '#9AB28D'

red 154 ◦ green 178 ◦ blue 141

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

Shades of Norway #9AB28D

Tints of Norway #9AB28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 32.56%
G = 37.63%
B = 29.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#9AB28D (or 0x9AB28D) is known color: Norway. HEX triplet: 9A, B2 and 8D. RGB value is (154,178,141). Sum of RGB (Red+Green+Blue) = 154+178+141=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB28D is #654D72. Grayscale: #A6A6A6. Windows color (decimal): -6638963 or 9286298. OLE color: 9286298.

HSL color Cylindrical-coordinate representation of color #9AB28D: hue angle of 98.92º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AB28D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 141 -
CMYK 0.13 0 0.21 0.30
HSL 98.92º 0.19% 0.63% -
HSV(B) 98.92º 0.21% 0.7% -
XYZ 34.05 40.63 31.25 -
YUV 166.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 154 178 141 0.13 0 0.21 0.30 98.92 0.19 0.63
Hex 9A B2 8D D 0 15 1E 63 13 3F
Octal 232 262 215 15 0 25 36 143 23 77
Binary 10011010 10110010 10001101 1101 0 10101 11110 1100011 10011 111111

Color Harmonies of #9AB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB28D

Black with #9AB28D

Text Example


Text Example

White with #9AB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,178,141); }

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

background-color css

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

 a { background-color: rgb(154,178,141); }

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

border-color css

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

 span { border-color: rgb(154,178,141); }

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