Html Css Color HEX #9BB88B Norway

📋 copy color: '#9BB88B'

red 155 ◦ green 184 ◦ blue 139

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

Shades of Norway #9BB88B

Tints of Norway #9BB88B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.49%

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

R = 32.43%
G = 38.49%
B = 29.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#9BB88B (or 0x9BB88B) is known color: Norway. HEX triplet: 9B, B8 and 8B. RGB value is (155,184,139). Sum of RGB (Red+Green+Blue) = 155+184+139=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB88B is #644774. Grayscale: #AAAAAA. Windows color (decimal): -6571893 or 9156763. OLE color: 9156763.

HSL color Cylindrical-coordinate representation of color #9BB88B: hue angle of 98.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB88B is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 139 -
CMYK 0.16 0 0.24 0.28
HSL 98.67º 0.24% 0.63% -
HSV(B) 98.67º 0.24% 0.72% -
XYZ 35.32 43.11 30.89 -
YUV 170.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 155 184 139 0.16 0 0.24 0.28 98.67 0.24 0.63
Hex 9B B8 8B 10 0 18 1C 63 18 3F
Octal 233 270 213 20 0 30 34 143 30 77
Binary 10011011 10111000 10001011 10000 0 11000 11100 1100011 11000 111111

Color Harmonies of #9BB88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB88B

Black with #9BB88B

Text Example


Text Example

White with #9BB88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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