Html Css Color HEX #98CBA4 Chinook

📋 copy color: '#98CBA4'

red 152 ◦ green 203 ◦ blue 164

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

Shades of Chinook #98CBA4

Tints of Chinook #98CBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.6%

R = 29.29%
G = 39.11%
B = 31.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#98CBA4 (or 0x98CBA4) is known color: Chinook. HEX triplet: 98, CB and A4. RGB value is (152,203,164). Sum of RGB (Red+Green+Blue) = 152+203+164=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA4 is #67345B. Grayscale: #B7B7B7. Windows color (decimal): -6763612 or 10800024. OLE color: 10800024.

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

Color convert

RGB 152 203 164 -
CMYK 0.25 0 0.19 0.20
HSL 134.12º 0.33% 0.7% -
HSV(B) 134.12º 0.25% 0.8% -
XYZ 41.01 52.07 43.01 -
YUV 183.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 152 203 164 0.25 0 0.19 0.20 134.12 0.33 0.7
Hex 98 CB A4 19 0 13 14 86 21 46
Octal 230 313 244 31 0 23 24 206 41 106
Binary 10011000 11001011 10100100 11001 0 10011 10100 10000110 100001 1000110

Color Harmonies of #98CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBA4

Black with #98CBA4

Text Example


Text Example

White with #98CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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