Html Css Color HEX #9BB085 Norway

📋 copy color: '#9BB085'

red 155 ◦ green 176 ◦ blue 133

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

Shades of Norway #9BB085

Tints of Norway #9BB085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.93%

 BLUE value IS 133 (52.34% from 255) = 28.66%

R = 33.41%
G = 37.93%
B = 28.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#9BB085 (or 0x9BB085) is known color: Norway. HEX triplet: 9B, B0 and 85. RGB value is (155,176,133). Sum of RGB (Red+Green+Blue) = 155+176+133=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB085 is #644F7A. Grayscale: #A4A4A4. Windows color (decimal): -6573947 or 8761499. OLE color: 8761499.

HSL color Cylindrical-coordinate representation of color #9BB085: hue angle of 89.3º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB085 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 133 -
CMYK 0.12 0 0.24 0.31
HSL 89.3º 0.21% 0.61% -
HSV(B) 89.3º 0.24% 0.69% -
XYZ 33.28 39.71 28.1 -
YUV 164.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 155 176 133 0.12 0 0.24 0.31 89.3 0.21 0.61
Hex 9B B0 85 C 0 18 1F 59 15 3D
Octal 233 260 205 14 0 30 37 131 25 75
Binary 10011011 10110000 10000101 1100 0 11000 11111 1011001 10101 111101

Color Harmonies of #9BB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB085

Black with #9BB085

Text Example


Text Example

White with #9BB085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,176,133); }

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

background-color css

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

 a { background-color: rgb(155,176,133); }

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

border-color css

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

 span { border-color: rgb(155,176,133); }

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