Html Css Color HEX #98CBA0 Chinook

📋 copy color: '#98CBA0'

red 152 ◦ green 203 ◦ blue 160

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

Shades of Chinook #98CBA0

Tints of Chinook #98CBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 29.51%
G = 39.42%
B = 31.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#98CBA0 (or 0x98CBA0) is known color: Chinook. HEX triplet: 98, CB and A0. RGB value is (152,203,160). Sum of RGB (Red+Green+Blue) = 152+203+160=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA0 is #67345F. Grayscale: #B6B6B6. Windows color (decimal): -6763616 or 10537880. OLE color: 10537880.

HSL color Cylindrical-coordinate representation of color #98CBA0: hue angle of 129.41º 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 #98CBA0 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 203 160 -
CMYK 0.25 0 0.21 0.20
HSL 129.41º 0.33% 0.7% -
HSV(B) 129.41º 0.25% 0.8% -
XYZ 40.65 51.93 41.14 -
YUV 182.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 152 203 160 0.25 0 0.21 0.20 129.41 0.33 0.7
Hex 98 CB A0 19 0 15 14 81 21 46
Octal 230 313 240 31 0 25 24 201 41 106
Binary 10011000 11001011 10100000 11001 0 10101 10100 10000001 100001 1000110

Color Harmonies of #98CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBA0

Black with #98CBA0

Text Example


Text Example

White with #98CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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