Html Css Color HEX #98CBA7 Chinook

📋 copy color: '#98CBA7'

red 152 ◦ green 203 ◦ blue 167

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

Shades of Chinook #98CBA7

Tints of Chinook #98CBA7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 167 (65.63% from 255) = 31.99%

R = 29.12%
G = 38.89%
B = 31.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#98CBA7 (or 0x98CBA7) is known color: Chinook. HEX triplet: 98, CB and A7. RGB value is (152,203,167). Sum of RGB (Red+Green+Blue) = 152+203+167=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA7 is #673458. Grayscale: #B7B7B7. Windows color (decimal): -6763609 or 10996632. OLE color: 10996632.

HSL color Cylindrical-coordinate representation of color #98CBA7: hue angle of 137.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBA7 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 203 167 -
CMYK 0.25 0 0.18 0.20
HSL 137.65º 0.33% 0.7% -
HSV(B) 137.65º 0.25% 0.8% -
XYZ 41.28 52.18 44.45 -
YUV 183.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 152 203 167 0.25 0 0.18 0.20 137.65 0.33 0.7
Hex 98 CB A7 19 0 12 14 8A 21 46
Octal 230 313 247 31 0 22 24 212 41 106
Binary 10011000 11001011 10100111 11001 0 10010 10100 10001010 100001 1000110

Color Harmonies of #98CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBA7

Black with #98CBA7

Text Example


Text Example

White with #98CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,203,167); }

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

background-color css

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

 a { background-color: rgb(152,203,167); }

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

border-color css

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

 span { border-color: rgb(152,203,167); }

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