Html Css Color HEX #9AB586 Norway

📋 copy color: '#9AB586'

red 154 ◦ green 181 ◦ blue 134

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

Shades of Norway #9AB586

Tints of Norway #9AB586

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.59%

 BLUE value IS 134 (52.73% from 255) = 28.57%

R = 32.84%
G = 38.59%
B = 28.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#9AB586 (or 0x9AB586) is known color: Norway. HEX triplet: 9A, B5 and 86. RGB value is (154,181,134). Sum of RGB (Red+Green+Blue) = 154+181+134=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB586 is #654A79. Grayscale: #A7A7A7. Windows color (decimal): -6638202 or 8828314. OLE color: 8828314.

HSL color Cylindrical-coordinate representation of color #9AB586: hue angle of 94.47º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AB586 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 181 134 -
CMYK 0.15 0 0.26 0.29
HSL 94.47º 0.24% 0.62% -
HSV(B) 94.47º 0.26% 0.71% -
XYZ 34.15 41.64 28.79 -
YUV 167.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 154 181 134 0.15 0 0.26 0.29 94.47 0.24 0.62
Hex 9A B5 86 F 0 1A 1D 5E 18 3E
Octal 232 265 206 17 0 32 35 136 30 76
Binary 10011010 10110101 10000110 1111 0 11010 11101 1011110 11000 111110

Color Harmonies of #9AB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB586

Black with #9AB586

Text Example


Text Example

White with #9AB586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,181,134); }

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

background-color css

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

 a { background-color: rgb(154,181,134); }

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

border-color css

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

 span { border-color: rgb(154,181,134); }

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