Html Css Color HEX #9AB987 Norway

📋 copy color: '#9AB987'

red 154 ◦ green 185 ◦ blue 135

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

Shades of Norway #9AB987

Tints of Norway #9AB987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.48%

R = 32.49%
G = 39.03%
B = 28.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#9AB987 (or 0x9AB987) is known color: Norway. HEX triplet: 9A, B9 and 87. RGB value is (154,185,135). Sum of RGB (Red+Green+Blue) = 154+185+135=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB987 is #654678. Grayscale: #AAAAAA. Windows color (decimal): -6637177 or 8894874. OLE color: 8894874.

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

Color convert

RGB 154 185 135 -
CMYK 0.17 0 0.27 0.27
HSL 97.2º 0.26% 0.63% -
HSV(B) 97.2º 0.27% 0.73% -
XYZ 35.05 43.32 29.44 -
YUV 170.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 154 185 135 0.17 0 0.27 0.27 97.2 0.26 0.63
Hex 9A B9 87 11 0 1B 1B 61 1A 3F
Octal 232 271 207 21 0 33 33 141 32 77
Binary 10011010 10111001 10000111 10001 0 11011 11011 1100001 11010 111111

Color Harmonies of #9AB987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB987

Black with #9AB987

Text Example


Text Example

White with #9AB987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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