Html Css Color HEX #9BB28D Norway

📋 copy color: '#9BB28D'

red 155 ◦ green 178 ◦ blue 141

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

Shades of Norway #9BB28D

Tints of Norway #9BB28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.55%

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

R = 32.7%
G = 37.55%
B = 29.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#9BB28D (or 0x9BB28D) is known color: Norway. HEX triplet: 9B, B2 and 8D. RGB value is (155,178,141). Sum of RGB (Red+Green+Blue) = 155+178+141=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB28D is #644D72. Grayscale: #A7A7A7. Windows color (decimal): -6573427 or 9286299. OLE color: 9286299.

HSL color Cylindrical-coordinate representation of color #9BB28D: hue angle of 97.3º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BB28D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 178 141 -
CMYK 0.13 0 0.21 0.30
HSL 97.3º 0.19% 0.63% -
HSV(B) 97.3º 0.21% 0.7% -
XYZ 34.25 40.73 31.26 -
YUV 166.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 155 178 141 0.13 0 0.21 0.30 97.3 0.19 0.63
Hex 9B B2 8D D 0 15 1E 61 13 3F
Octal 233 262 215 15 0 25 36 141 23 77
Binary 10011011 10110010 10001101 1101 0 10101 11110 1100001 10011 111111

Color Harmonies of #9BB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB28D

Black with #9BB28D

Text Example


Text Example

White with #9BB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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