Html Css Color HEX #96DBA5 Chinook

📋 copy color: '#96DBA5'

red 150 ◦ green 219 ◦ blue 165

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

Shades of Chinook #96DBA5

Tints of Chinook #96DBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.01%

 BLUE value IS 165 (64.84% from 255) = 30.9%

R = 28.09%
G = 41.01%
B = 30.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#96DBA5 (or 0x96DBA5) is known color: Chinook. HEX triplet: 96, DB and A5. RGB value is (150,219,165). Sum of RGB (Red+Green+Blue) = 150+219+165=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBA5 is #69245A. Grayscale: #C0C0C0. Windows color (decimal): -6890587 or 10869654. OLE color: 10869654.

HSL color Cylindrical-coordinate representation of color #96DBA5: hue angle of 133.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBA5 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 165 -
CMYK 0.32 0 0.25 0.14
HSL 133.04º 0.49% 0.72% -
HSV(B) 133.04º 0.32% 0.86% -
XYZ 44.7 59.86 44.8 -
YUV 192.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 150 219 165 0.32 0 0.25 0.14 133.04 0.49 0.72
Hex 96 DB A5 20 0 19 E 85 31 48
Octal 226 333 245 40 0 31 16 205 61 110
Binary 10010110 11011011 10100101 100000 0 11001 1110 10000101 110001 1001000

Color Harmonies of #96DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBA5

Black with #96DBA5

Text Example


Text Example

White with #96DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,165); }

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

background-color css

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

 a { background-color: rgb(150,219,165); }

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

border-color css

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

 span { border-color: rgb(150,219,165); }

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