Html Css Color HEX #9BBEB5 Shadow Green

📋 copy color: '#9BBEB5'

red 155 ◦ green 190 ◦ blue 181

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

Shades of Shadow Green #9BBEB5

Tints of Shadow Green #9BBEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 29.47%
G = 36.12%
B = 34.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#9BBEB5 (or 0x9BBEB5) is known color: Shadow Green. HEX triplet: 9B, BE and B5. RGB value is (155,190,181). Sum of RGB (Red+Green+Blue) = 155+190+181=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEB5 is #64414A. Grayscale: #B2B2B2. Windows color (decimal): -6570315 or 11910811. OLE color: 11910811.

HSL color Cylindrical-coordinate representation of color #9BBEB5: hue angle of 164.57º 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 #9BBEB5 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 190 181 -
CMYK 0.18 0 0.05 0.25
HSL 164.57º 0.21% 0.68% -
HSV(B) 164.57º 0.18% 0.75% -
XYZ 40.27 47.13 50.69 -
YUV 178.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 155 190 181 0.18 0 0.05 0.25 164.57 0.21 0.68
Hex 9B BE B5 12 0 5 19 A5 15 44
Octal 233 276 265 22 0 5 31 245 25 104
Binary 10011011 10111110 10110101 10010 0 101 11001 10100101 10101 1000100

Color Harmonies of #9BBEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEB5

Black with #9BBEB5

Text Example


Text Example

White with #9BBEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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