Html Css Color HEX #98BCB6 Shadow Green

📋 copy color: '#98BCB6'

red 152 ◦ green 188 ◦ blue 182

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

Shades of Shadow Green #98BCB6

Tints of Shadow Green #98BCB6

RGB

 RED value IS 152 (59.77% from 255) = 29.12%

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

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

R = 29.12%
G = 36.02%
B = 34.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#98BCB6 (or 0x98BCB6) is known color: Shadow Green. HEX triplet: 98, BC and B6. RGB value is (152,188,182). Sum of RGB (Red+Green+Blue) = 152+188+182=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCB6 is #674349. Grayscale: #B0B0B0. Windows color (decimal): -6767434 or 11975832. OLE color: 11975832.

HSL color Cylindrical-coordinate representation of color #98BCB6: hue angle of 170º 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 #98BCB6 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 182 -
CMYK 0.19 0 0.03 0.26
HSL 170º 0.21% 0.67% -
HSV(B) 170º 0.19% 0.74% -
XYZ 39.38 46.02 51.06 -
YUV 176.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 152 188 182 0.19 0 0.03 0.26 170 0.21 0.67
Hex 98 BC B6 13 0 3 1A AA 15 43
Octal 230 274 266 23 0 3 32 252 25 103
Binary 10011000 10111100 10110110 10011 0 11 11010 10101010 10101 1000011

Color Harmonies of #98BCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCB6

Black with #98BCB6

Text Example


Text Example

White with #98BCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98BCB6; }

 p { color: rgb(152,188,182); }

 H1.HeaderClassName
 {
   color: #98BCB6;
 }
 .AnyTagClassName
 {
   color: #98BCB6;
 }
</style>

background-color css

<style>
 a { background-color: #98BCB6; }

 a { background-color: rgb(152,188,182); }

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

border-color css

<style>
 span { border-color: #98BCB6; }

 span { border-color: rgb(152,188,182); }

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