Html Css Color HEX #97D099 Chinook

📋 copy color: '#97D099'

red 151 ◦ green 208 ◦ blue 153

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

Shades of Chinook #97D099

Tints of Chinook #97D099

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 29.49%
G = 40.63%
B = 29.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#97D099 (or 0x97D099) is known color: Chinook. HEX triplet: 97, D0 and 99. RGB value is (151,208,153). Sum of RGB (Red+Green+Blue) = 151+208+153=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #97D099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D099 is #682F66. Grayscale: #B8B8B8. Windows color (decimal): -6827879 or 10080407. OLE color: 10080407.

HSL color Cylindrical-coordinate representation of color #97D099: hue angle of 122.11º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97D099 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 208 153 -
CMYK 0.27 0 0.26 0.18
HSL 122.11º 0.38% 0.7% -
HSV(B) 122.11º 0.27% 0.82% -
XYZ 41.07 53.99 38.39 -
YUV 184.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 151 208 153 0.27 0 0.26 0.18 122.11 0.38 0.7
Hex 97 D0 99 1B 0 1A 12 7A 26 46
Octal 227 320 231 33 0 32 22 172 46 106
Binary 10010111 11010000 10011001 11011 0 11010 10010 1111010 100110 1000110

Color Harmonies of #97D099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D099

Black with #97D099

Text Example


Text Example

White with #97D099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,208,153); }

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

background-color css

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

 a { background-color: rgb(151,208,153); }

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

border-color css

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

 span { border-color: rgb(151,208,153); }

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