Html Css Color HEX #94CE9B Chinook

📋 copy color: '#94CE9B'

red 148 ◦ green 206 ◦ blue 155

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

Shades of Chinook #94CE9B

Tints of Chinook #94CE9B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 29.08%
G = 40.47%
B = 30.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#94CE9B (or 0x94CE9B) is known color: Chinook. HEX triplet: 94, CE and 9B. RGB value is (148,206,155). Sum of RGB (Red+Green+Blue) = 148+206+155=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE9B is #6B3164. Grayscale: #B6B6B6. Windows color (decimal): -7024997 or 10210964. OLE color: 10210964.

HSL color Cylindrical-coordinate representation of color #94CE9B: hue angle of 127.24º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CE9B is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 155 -
CMYK 0.28 0 0.25 0.19
HSL 127.24º 0.37% 0.69% -
HSV(B) 127.24º 0.28% 0.81% -
XYZ 40.2 52.81 39.08 -
YUV 182.84 112.28 103.15 -
System Red Green Blue C M Y K H S L
Decimal 148 206 155 0.28 0 0.25 0.19 127.24 0.37 0.69
Hex 94 CE 9B 1C 0 19 13 7F 25 45
Octal 224 316 233 34 0 31 23 177 45 105
Binary 10010100 11001110 10011011 11100 0 11001 10011 1111111 100101 1000101

Color Harmonies of #94CE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE9B

Black with #94CE9B

Text Example


Text Example

White with #94CE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,155); }

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

background-color css

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

 a { background-color: rgb(148,206,155); }

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

border-color css

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

 span { border-color: rgb(148,206,155); }

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