Html Css Color HEX #97C99B Chinook

📋 copy color: '#97C99B'

red 151 ◦ green 201 ◦ blue 155

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

Shades of Chinook #97C99B

Tints of Chinook #97C99B

RGB

 RED value IS 151 (59.38% from 255) = 29.78%

 GREEN value IS 201 (78.91% from 255) = 39.64%

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 29.78%
G = 39.64%
B = 30.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#97C99B (or 0x97C99B) is known color: Chinook. HEX triplet: 97, C9 and 9B. RGB value is (151,201,155). Sum of RGB (Red+Green+Blue) = 151+201+155=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #97C99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C99B is #683664. Grayscale: #B4B4B4. Windows color (decimal): -6829669 or 10209687. OLE color: 10209687.

HSL color Cylindrical-coordinate representation of color #97C99B: hue angle of 124.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97C99B is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 201 155 -
CMYK 0.25 0 0.23 0.21
HSL 124.8º 0.32% 0.69% -
HSV(B) 124.8º 0.25% 0.79% -
XYZ 39.57 50.72 38.71 -
YUV 180.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 151 201 155 0.25 0 0.23 0.21 124.8 0.32 0.69
Hex 97 C9 9B 19 0 17 15 7D 20 45
Octal 227 311 233 31 0 27 25 175 40 105
Binary 10010111 11001001 10011011 11001 0 10111 10101 1111101 100000 1000101

Color Harmonies of #97C99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C99B

Black with #97C99B

Text Example


Text Example

White with #97C99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97C99B; }

 p { color: rgb(151,201,155); }

 H1.HeaderClassName
 {
   color: #97C99B;
 }
 .AnyTagClassName
 {
   color: #97C99B;
 }
</style>

background-color css

<style>
 a { background-color: #97C99B; }

 a { background-color: rgb(151,201,155); }

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

border-color css

<style>
 span { border-color: #97C99B; }

 span { border-color: rgb(151,201,155); }

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