Html Css Color HEX #98CBA2 Chinook

📋 copy color: '#98CBA2'

red 152 ◦ green 203 ◦ blue 162

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

Shades of Chinook #98CBA2

Tints of Chinook #98CBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.33%

R = 29.4%
G = 39.26%
B = 31.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#98CBA2 (or 0x98CBA2) is known color: Chinook. HEX triplet: 98, CB and A2. RGB value is (152,203,162). Sum of RGB (Red+Green+Blue) = 152+203+162=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA2 is #67345D. Grayscale: #B7B7B7. Windows color (decimal): -6763614 or 10668952. OLE color: 10668952.

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

Color convert

RGB 152 203 162 -
CMYK 0.25 0 0.20 0.20
HSL 131.76º 0.33% 0.7% -
HSV(B) 131.76º 0.25% 0.8% -
XYZ 40.83 52 42.07 -
YUV 183.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 152 203 162 0.25 0 0.20 0.20 131.76 0.33 0.7
Hex 98 CB A2 19 0 14 14 84 21 46
Octal 230 313 242 31 0 24 24 204 41 106
Binary 10011000 11001011 10100010 11001 0 10100 10100 10000100 100001 1000110

Color Harmonies of #98CBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBA2

Black with #98CBA2

Text Example


Text Example

White with #98CBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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