Html Css Color HEX #9BB48B Norway

📋 copy color: '#9BB48B'

red 155 ◦ green 180 ◦ blue 139

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

Shades of Norway #9BB48B

Tints of Norway #9BB48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 32.7%
G = 37.97%
B = 29.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#9BB48B (or 0x9BB48B) is known color: Norway. HEX triplet: 9B, B4 and 8B. RGB value is (155,180,139). Sum of RGB (Red+Green+Blue) = 155+180+139=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB48B is #644B74. Grayscale: #A7A7A7. Windows color (decimal): -6572917 or 9155739. OLE color: 9155739.

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

Color convert

RGB 155 180 139 -
CMYK 0.14 0 0.23 0.29
HSL 96.59º 0.21% 0.63% -
HSV(B) 96.59º 0.23% 0.71% -
XYZ 34.5 41.48 30.61 -
YUV 167.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 155 180 139 0.14 0 0.23 0.29 96.59 0.21 0.63
Hex 9B B4 8B E 0 17 1D 61 15 3F
Octal 233 264 213 16 0 27 35 141 25 77
Binary 10011011 10110100 10001011 1110 0 10111 11101 1100001 10101 111111

Color Harmonies of #9BB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB48B

Black with #9BB48B

Text Example


Text Example

White with #9BB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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