Html Css Color HEX #9BBFB6 Shadow Green

📋 copy color: '#9BBFB6'

red 155 ◦ green 191 ◦ blue 182

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

Shades of Shadow Green #9BBFB6

Tints of Shadow Green #9BBFB6

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

 BLUE value IS 182 (71.48% from 255) = 34.47%

R = 29.36%
G = 36.17%
B = 34.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#9BBFB6 (or 0x9BBFB6) is known color: Shadow Green. HEX triplet: 9B, BF and B6. RGB value is (155,191,182). Sum of RGB (Red+Green+Blue) = 155+191+182=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFB6 is #644049. Grayscale: #B3B3B3. Windows color (decimal): -6570058 or 11976603. OLE color: 11976603.

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

Color convert

RGB 155 191 182 -
CMYK 0.19 0 0.05 0.25
HSL 165º 0.22% 0.68% -
HSV(B) 165º 0.19% 0.75% -
XYZ 40.59 47.61 51.31 -
YUV 179.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 155 191 182 0.19 0 0.05 0.25 165 0.22 0.68
Hex 9B BF B6 13 0 5 19 A5 16 44
Octal 233 277 266 23 0 5 31 245 26 104
Binary 10011011 10111111 10110110 10011 0 101 11001 10100101 10110 1000100

Color Harmonies of #9BBFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFB6

Black with #9BBFB6

Text Example


Text Example

White with #9BBFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,182); }

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

background-color css

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

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

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

border-color css

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

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

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