Html Css Color HEX #96C89F Chinook

📋 copy color: '#96C89F'

red 150 ◦ green 200 ◦ blue 159

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

Shades of Chinook #96C89F

Tints of Chinook #96C89F

RGB

 RED value IS 150 (58.98% from 255) = 29.47%

 GREEN value IS 200 (78.52% from 255) = 39.29%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 29.47%
G = 39.29%
B = 31.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#96C89F (or 0x96C89F) is known color: Chinook. HEX triplet: 96, C8 and 9F. RGB value is (150,200,159). Sum of RGB (Red+Green+Blue) = 150+200+159=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89F is #693760. Grayscale: #B4B4B4. Windows color (decimal): -6895457 or 10471574. OLE color: 10471574.

HSL color Cylindrical-coordinate representation of color #96C89F: hue angle of 130.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C89F is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 159 -
CMYK 0.25 0 0.20 0.22
HSL 130.8º 0.31% 0.69% -
HSV(B) 130.8º 0.25% 0.78% -
XYZ 39.49 50.3 40.43 -
YUV 180.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 150 200 159 0.25 0 0.20 0.22 130.8 0.31 0.69
Hex 96 C8 9F 19 0 14 16 83 1F 45
Octal 226 310 237 31 0 24 26 203 37 105
Binary 10010110 11001000 10011111 11001 0 10100 10110 10000011 11111 1000101

Color Harmonies of #96C89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C89F

Black with #96C89F

Text Example


Text Example

White with #96C89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C89F; }

 p { color: rgb(150,200,159); }

 H1.HeaderClassName
 {
   color: #96C89F;
 }
 .AnyTagClassName
 {
   color: #96C89F;
 }
</style>

background-color css

<style>
 a { background-color: #96C89F; }

 a { background-color: rgb(150,200,159); }

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

border-color css

<style>
 span { border-color: #96C89F; }

 span { border-color: rgb(150,200,159); }

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