Html Css Color HEX #9BB48D Norway

📋 copy color: '#9BB48D'

red 155 ◦ green 180 ◦ blue 141

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

Shades of Norway #9BB48D

Tints of Norway #9BB48D

RGB

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

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

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

R = 32.56%
G = 37.82%
B = 29.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#9BB48D (or 0x9BB48D) is known color: Norway. HEX triplet: 9B, B4 and 8D. RGB value is (155,180,141). Sum of RGB (Red+Green+Blue) = 155+180+141=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB48D is #644B72. Grayscale: #A8A8A8. Windows color (decimal): -6572915 or 9286811. OLE color: 9286811.

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

Color convert

RGB 155 180 141 -
CMYK 0.14 0 0.22 0.29
HSL 98.46º 0.21% 0.63% -
HSV(B) 98.46º 0.22% 0.71% -
XYZ 34.65 41.53 31.39 -
YUV 168.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 155 180 141 0.14 0 0.22 0.29 98.46 0.21 0.63
Hex 9B B4 8D E 0 16 1D 62 15 3F
Octal 233 264 215 16 0 26 35 142 25 77
Binary 10011011 10110100 10001101 1110 0 10110 11101 1100010 10101 111111

Color Harmonies of #9BB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB48D

Black with #9BB48D

Text Example


Text Example

White with #9BB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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