Html Css Color HEX #9BBEBE Jungle Mist

📋 copy color: '#9BBEBE'

red 155 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #9BBEBE

Tints of Jungle Mist #9BBEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 28.97%
G = 35.51%
B = 35.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BBEBE (or 0x9BBEBE) is known color: Jungle Mist. HEX triplet: 9B, BE and BE. RGB value is (155,190,190). Sum of RGB (Red+Green+Blue) = 155+190+190=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #9BBEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEBE is #644141. Grayscale: #B3B3B3. Windows color (decimal): -6570306 or 12500635. OLE color: 12500635.

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

Color convert

RGB 155 190 190 -
CMYK 0.18 0 0 0.25
HSL 180º 0.21% 0.68% -
HSV(B) 180º 0.18% 0.75% -
XYZ 41.23 47.51 55.71 -
YUV 179.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 155 190 190 0.18 0 0 0.25 180 0.21 0.68
Hex 9B BE BE 12 0 0 19 B4 15 44
Octal 233 276 276 22 0 0 31 264 25 104
Binary 10011011 10111110 10111110 10010 0 0 11001 10110100 10101 1000100

Color Harmonies of #9BBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEBE

Black with #9BBEBE

Text Example


Text Example

White with #9BBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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