Html Css Color HEX #9BBE88 Norway

📋 copy color: '#9BBE88'

red 155 ◦ green 190 ◦ blue 136

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

Shades of Norway #9BBE88

Tints of Norway #9BBE88

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

 BLUE value IS 136 (53.52% from 255) = 28.27%

R = 32.22%
G = 39.5%
B = 28.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#9BBE88 (or 0x9BBE88) is known color: Norway. HEX triplet: 9B, BE and 88. RGB value is (155,190,136). Sum of RGB (Red+Green+Blue) = 155+190+136=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE88 is #644177. Grayscale: #ADADAD. Windows color (decimal): -6570360 or 8961691. OLE color: 8961691.

HSL color Cylindrical-coordinate representation of color #9BBE88: hue angle of 98.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBE88 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 190 136 -
CMYK 0.18 0 0.28 0.25
HSL 98.89º 0.29% 0.64% -
HSV(B) 98.89º 0.28% 0.75% -
XYZ 36.37 45.57 30.17 -
YUV 173.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 155 190 136 0.18 0 0.28 0.25 98.89 0.29 0.64
Hex 9B BE 88 12 0 1C 19 63 1D 40
Octal 233 276 210 22 0 34 31 143 35 100
Binary 10011011 10111110 10001000 10010 0 11100 11001 1100011 11101 1000000

Color Harmonies of #9BBE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBE88

Black with #9BBE88

Text Example


Text Example

White with #9BBE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,136); }

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

background-color css

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

 a { background-color: rgb(155,190,136); }

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

border-color css

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

 span { border-color: rgb(155,190,136); }

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