Html Css Color HEX #9AB28C Norway

📋 copy color: '#9AB28C'

red 154 ◦ green 178 ◦ blue 140

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

Shades of Norway #9AB28C

Tints of Norway #9AB28C

RGB

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

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

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

R = 32.63%
G = 37.71%
B = 29.66%

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

#9AB28C (or 0x9AB28C) is known color: Norway. HEX triplet: 9A, B2 and 8C. RGB value is (154,178,140). Sum of RGB (Red+Green+Blue) = 154+178+140=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB28C is #654D73. Grayscale: #A6A6A6. Windows color (decimal): -6638964 or 9220762. OLE color: 9220762.

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

Color convert

RGB 154 178 140 -
CMYK 0.13 0 0.21 0.30
HSL 97.89º 0.2% 0.62% -
HSV(B) 97.89º 0.21% 0.7% -
XYZ 33.98 40.6 30.86 -
YUV 166.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 154 178 140 0.13 0 0.21 0.30 97.89 0.2 0.62
Hex 9A B2 8C D 0 15 1E 62 14 3E
Octal 232 262 214 15 0 25 36 142 24 76
Binary 10011010 10110010 10001100 1101 0 10101 11110 1100010 10100 111110

Color Harmonies of #9AB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB28C

Black with #9AB28C

Text Example


Text Example

White with #9AB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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