Html Css Color HEX #9BAE8D Norway

📋 copy color: '#9BAE8D'

red 155 ◦ green 174 ◦ blue 141

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

Shades of Norway #9BAE8D

Tints of Norway #9BAE8D

RGB

 RED value IS 155 (60.94% from 255) = 32.98%

 GREEN value IS 174 (68.36% from 255) = 37.02%

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

R = 32.98%
G = 37.02%
B = 30%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#9BAE8D (or 0x9BAE8D) is known color: Norway. HEX triplet: 9B, AE and 8D. RGB value is (155,174,141). Sum of RGB (Red+Green+Blue) = 155+174+141=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE8D is #645172. Grayscale: #A4A4A4. Windows color (decimal): -6574451 or 9285275. OLE color: 9285275.

HSL color Cylindrical-coordinate representation of color #9BAE8D: hue angle of 94.55º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BAE8D is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 141 -
CMYK 0.11 0 0.19 0.32
HSL 94.55º 0.17% 0.62% -
HSV(B) 94.55º 0.19% 0.68% -
XYZ 33.46 39.16 31 -
YUV 164.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 155 174 141 0.11 0 0.19 0.32 94.55 0.17 0.62
Hex 9B AE 8D B 0 13 20 5F 11 3E
Octal 233 256 215 13 0 23 40 137 21 76
Binary 10011011 10101110 10001101 1011 0 10011 100000 1011111 10001 111110

Color Harmonies of #9BAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE8D

Black with #9BAE8D

Text Example


Text Example

White with #9BAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,141); }

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

background-color css

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

 a { background-color: rgb(155,174,141); }

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

border-color css

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

 span { border-color: rgb(155,174,141); }

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