Html Css Color HEX #96EBA5 Chinook

📋 copy color: '#96EBA5'

red 150 ◦ green 235 ◦ blue 165

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

Shades of Chinook #96EBA5

Tints of Chinook #96EBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.73%

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

R = 27.27%
G = 42.73%
B = 30%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#96EBA5 (or 0x96EBA5) is known color: Chinook. HEX triplet: 96, EB and A5. RGB value is (150,235,165). Sum of RGB (Red+Green+Blue) = 150+235+165=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EBA5 is #69145A. Grayscale: #C9C9C9. Windows color (decimal): -6886491 or 10873750. OLE color: 10873750.

HSL color Cylindrical-coordinate representation of color #96EBA5: hue angle of 130.59º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBA5 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 165 -
CMYK 0.36 0 0.30 0.08
HSL 130.59º 0.68% 0.75% -
HSV(B) 130.59º 0.36% 0.92% -
XYZ 49.08 68.62 46.26 -
YUV 201.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 150 235 165 0.36 0 0.30 0.08 130.59 0.68 0.75
Hex 96 EB A5 24 0 1E 8 83 44 4B
Octal 226 353 245 44 0 36 10 203 104 113
Binary 10010110 11101011 10100101 100100 0 11110 1000 10000011 1000100 1001011

Color Harmonies of #96EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBA5

Black with #96EBA5

Text Example


Text Example

White with #96EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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