Html Css Color HEX #94DB9C Chinook

📋 copy color: '#94DB9C'

red 148 ◦ green 219 ◦ blue 156

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

Shades of Chinook #94DB9C

Tints of Chinook #94DB9C

RGB

 RED value IS 148 (58.2% from 255) = 28.3%

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

 BLUE value IS 156 (61.33% from 255) = 29.83%

R = 28.3%
G = 41.87%
B = 29.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#94DB9C (or 0x94DB9C) is known color: Chinook. HEX triplet: 94, DB and 9C. RGB value is (148,219,156). Sum of RGB (Red+Green+Blue) = 148+219+156=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB9C is #6B2463. Grayscale: #BEBEBE. Windows color (decimal): -7021668 or 10279828. OLE color: 10279828.

HSL color Cylindrical-coordinate representation of color #94DB9C: hue angle of 126.76º degrees, saturation: 0.5, 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 #94DB9C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 219 156 -
CMYK 0.32 0 0.29 0.14
HSL 126.76º 0.5% 0.72% -
HSV(B) 126.76º 0.32% 0.86% -
XYZ 43.55 59.36 40.61 -
YUV 190.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 148 219 156 0.32 0 0.29 0.14 126.76 0.5 0.72
Hex 94 DB 9C 20 0 1D E 7F 32 48
Octal 224 333 234 40 0 35 16 177 62 110
Binary 10010100 11011011 10011100 100000 0 11101 1110 1111111 110010 1001000

Color Harmonies of #94DB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB9C

Black with #94DB9C

Text Example


Text Example

White with #94DB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94DB9C; }

 p { color: rgb(148,219,156); }

 H1.HeaderClassName
 {
   color: #94DB9C;
 }
 .AnyTagClassName
 {
   color: #94DB9C;
 }
</style>

background-color css

<style>
 a { background-color: #94DB9C; }

 a { background-color: rgb(148,219,156); }

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

border-color css

<style>
 span { border-color: #94DB9C; }

 span { border-color: rgb(148,219,156); }

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