Html Css Color HEX #9BB28C Norway

📋 copy color: '#9BB28C'

red 155 ◦ green 178 ◦ blue 140

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

Shades of Norway #9BB28C

Tints of Norway #9BB28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 32.77%
G = 37.63%
B = 29.6%

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

#9BB28C (or 0x9BB28C) is known color: Norway. HEX triplet: 9B, B2 and 8C. RGB value is (155,178,140). Sum of RGB (Red+Green+Blue) = 155+178+140=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB28C is #644D73. Grayscale: #A6A6A6. Windows color (decimal): -6573428 or 9220763. OLE color: 9220763.

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

Color convert

RGB 155 178 140 -
CMYK 0.13 0 0.21 0.30
HSL 96.32º 0.2% 0.62% -
HSV(B) 96.32º 0.21% 0.7% -
XYZ 34.17 40.7 30.87 -
YUV 166.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 155 178 140 0.13 0 0.21 0.30 96.32 0.2 0.62
Hex 9B B2 8C D 0 15 1E 60 14 3E
Octal 233 262 214 15 0 25 36 140 24 76
Binary 10011011 10110010 10001100 1101 0 10101 11110 1100000 10100 111110

Color Harmonies of #9BB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB28C

Black with #9BB28C

Text Example


Text Example

White with #9BB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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