Html Css Color HEX #9BC085 Norway

📋 copy color: '#9BC085'

red 155 ◦ green 192 ◦ blue 133

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

Shades of Norway #9BC085

Tints of Norway #9BC085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

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

R = 32.29%
G = 40%
B = 27.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#9BC085 (or 0x9BC085) is known color: Norway. HEX triplet: 9B, C0 and 85. RGB value is (155,192,133). Sum of RGB (Red+Green+Blue) = 155+192+133=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC085 is #643F7A. Grayscale: #AEAEAE. Windows color (decimal): -6569851 or 8765595. OLE color: 8765595.

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

Color convert

RGB 155 192 133 -
CMYK 0.19 0 0.31 0.25
HSL 97.63º 0.32% 0.64% -
HSV(B) 97.63º 0.31% 0.75% -
XYZ 36.6 46.36 29.21 -
YUV 174.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 155 192 133 0.19 0 0.31 0.25 97.63 0.32 0.64
Hex 9B C0 85 13 0 1F 19 62 20 40
Octal 233 300 205 23 0 37 31 142 40 100
Binary 10011011 11000000 10000101 10011 0 11111 11001 1100010 100000 1000000

Color Harmonies of #9BC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC085

Black with #9BC085

Text Example


Text Example

White with #9BC085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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