Html Css Color HEX #9BB48E Norway

📋 copy color: '#9BB48E'

red 155 ◦ green 180 ◦ blue 142

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

Shades of Norway #9BB48E

Tints of Norway #9BB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.74%

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 32.49%
G = 37.74%
B = 29.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#9BB48E (or 0x9BB48E) is known color: Norway. HEX triplet: 9B, B4 and 8E. RGB value is (155,180,142). Sum of RGB (Red+Green+Blue) = 155+180+142=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB48E is #644B71. Grayscale: #A8A8A8. Windows color (decimal): -6572914 or 9352347. OLE color: 9352347.

HSL color Cylindrical-coordinate representation of color #9BB48E: hue angle of 99.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BB48E is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 142 -
CMYK 0.14 0 0.21 0.29
HSL 99.47º 0.2% 0.63% -
HSV(B) 99.47º 0.21% 0.71% -
XYZ 34.72 41.56 31.78 -
YUV 168.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 155 180 142 0.14 0 0.21 0.29 99.47 0.2 0.63
Hex 9B B4 8E E 0 15 1D 63 14 3F
Octal 233 264 216 16 0 25 35 143 24 77
Binary 10011011 10110100 10001110 1110 0 10101 11101 1100011 10100 111111

Color Harmonies of #9BB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB48E

Black with #9BB48E

Text Example


Text Example

White with #9BB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,142); }

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

background-color css

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

 a { background-color: rgb(155,180,142); }

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

border-color css

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

 span { border-color: rgb(155,180,142); }

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