Html Css Color HEX #99BCBB Shadow Green

📋 copy color: '#99BCBB'

red 153 ◦ green 188 ◦ blue 187

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

Shades of Shadow Green #99BCBB

Tints of Shadow Green #99BCBB

RGB

 RED value IS 153 (60.16% from 255) = 28.98%

 GREEN value IS 188 (73.83% from 255) = 35.61%

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 28.98%
G = 35.61%
B = 35.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#99BCBB (or 0x99BCBB) is known color: Shadow Green. HEX triplet: 99, BC and BB. RGB value is (153,188,187). Sum of RGB (Red+Green+Blue) = 153+188+187=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCBB is #664344. Grayscale: #B1B1B1. Windows color (decimal): -6701893 or 12303513. OLE color: 12303513.

HSL color Cylindrical-coordinate representation of color #99BCBB: hue angle of 178.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCBB is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 187 -
CMYK 0.19 0 0.01 0.26
HSL 178.29º 0.21% 0.67% -
HSV(B) 178.29º 0.19% 0.74% -
XYZ 40.09 46.33 53.84 -
YUV 177.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 153 188 187 0.19 0 0.01 0.26 178.29 0.21 0.67
Hex 99 BC BB 13 0 1 1A B2 15 43
Octal 231 274 273 23 0 1 32 262 25 103
Binary 10011001 10111100 10111011 10011 0 1 11010 10110010 10101 1000011

Color Harmonies of #99BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCBB

Black with #99BCBB

Text Example


Text Example

White with #99BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BCBB; }

 p { color: rgb(153,188,187); }

 H1.HeaderClassName
 {
   color: #99BCBB;
 }
 .AnyTagClassName
 {
   color: #99BCBB;
 }
</style>

background-color css

<style>
 a { background-color: #99BCBB; }

 a { background-color: rgb(153,188,187); }

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

border-color css

<style>
 span { border-color: #99BCBB; }

 span { border-color: rgb(153,188,187); }

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