Html Css Color HEX #9BBEB4 Shadow Green

📋 copy color: '#9BBEB4'

red 155 ◦ green 190 ◦ blue 180

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

Shades of Shadow Green #9BBEB4

Tints of Shadow Green #9BBEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 29.52%
G = 36.19%
B = 34.29%

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

#9BBEB4 (or 0x9BBEB4) is known color: Shadow Green. HEX triplet: 9B, BE and B4. RGB value is (155,190,180). Sum of RGB (Red+Green+Blue) = 155+190+180=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEB4 is #64414B. Grayscale: #B2B2B2. Windows color (decimal): -6570316 or 11845275. OLE color: 11845275.

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

Color convert

RGB 155 190 180 -
CMYK 0.18 0 0.05 0.25
HSL 162.86º 0.21% 0.68% -
HSV(B) 162.86º 0.18% 0.75% -
XYZ 40.17 47.09 50.15 -
YUV 178.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 155 190 180 0.18 0 0.05 0.25 162.86 0.21 0.68
Hex 9B BE B4 12 0 5 19 A3 15 44
Octal 233 276 264 22 0 5 31 243 25 104
Binary 10011011 10111110 10110100 10010 0 101 11001 10100011 10101 1000100

Color Harmonies of #9BBEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEB4

Black with #9BBEB4

Text Example


Text Example

White with #9BBEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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