Html Css Color HEX #9BB88A Norway

📋 copy color: '#9BB88A'

red 155 ◦ green 184 ◦ blue 138

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

Shades of Norway #9BB88A

Tints of Norway #9BB88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 32.49%
G = 38.57%
B = 28.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#9BB88A (or 0x9BB88A) is known color: Norway. HEX triplet: 9B, B8 and 8A. RGB value is (155,184,138). Sum of RGB (Red+Green+Blue) = 155+184+138=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB88A is #644775. Grayscale: #AAAAAA. Windows color (decimal): -6571894 or 9091227. OLE color: 9091227.

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

Color convert

RGB 155 184 138 -
CMYK 0.16 0 0.25 0.28
HSL 97.83º 0.24% 0.63% -
HSV(B) 97.83º 0.25% 0.72% -
XYZ 35.25 43.08 30.5 -
YUV 170.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 155 184 138 0.16 0 0.25 0.28 97.83 0.24 0.63
Hex 9B B8 8A 10 0 19 1C 62 18 3F
Octal 233 270 212 20 0 31 34 142 30 77
Binary 10011011 10111000 10001010 10000 0 11001 11100 1100010 11000 111111

Color Harmonies of #9BB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB88A

Black with #9BB88A

Text Example


Text Example

White with #9BB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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