Html Css Color HEX #98BDB0 Shadow Green

📋 copy color: '#98BDB0'

red 152 ◦ green 189 ◦ blue 176

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

Shades of Shadow Green #98BDB0

Tints of Shadow Green #98BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 29.4%
G = 36.56%
B = 34.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#98BDB0 (or 0x98BDB0) is known color: Shadow Green. HEX triplet: 98, BD and B0. RGB value is (152,189,176). Sum of RGB (Red+Green+Blue) = 152+189+176=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDB0 is #67424F. Grayscale: #B0B0B0. Windows color (decimal): -6767184 or 11582872. OLE color: 11582872.

HSL color Cylindrical-coordinate representation of color #98BDB0: hue angle of 158.92º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BDB0 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 189 176 -
CMYK 0.20 0 0.07 0.26
HSL 158.92º 0.22% 0.67% -
HSV(B) 158.92º 0.2% 0.74% -
XYZ 38.98 46.21 47.94 -
YUV 176.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 152 189 176 0.20 0 0.07 0.26 158.92 0.22 0.67
Hex 98 BD B0 14 0 7 1A 9F 16 43
Octal 230 275 260 24 0 7 32 237 26 103
Binary 10011000 10111101 10110000 10100 0 111 11010 10011111 10110 1000011

Color Harmonies of #98BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDB0

Black with #98BDB0

Text Example


Text Example

White with #98BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,189,176); }

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

background-color css

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

 a { background-color: rgb(152,189,176); }

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

border-color css

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

 span { border-color: rgb(152,189,176); }

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