Html Css Color HEX #94C69D Chinook

📋 copy color: '#94C69D'

red 148 ◦ green 198 ◦ blue 157

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

Shades of Chinook #94C69D

Tints of Chinook #94C69D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 29.42%
G = 39.36%
B = 31.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#94C69D (or 0x94C69D) is known color: Chinook. HEX triplet: 94, C6 and 9D. RGB value is (148,198,157). Sum of RGB (Red+Green+Blue) = 148+198+157=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #94C69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C69D is #6B3962. Grayscale: #B2B2B2. Windows color (decimal): -7027043 or 10339988. OLE color: 10339988.

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

Color convert

RGB 148 198 157 -
CMYK 0.25 0 0.21 0.22
HSL 130.8º 0.3% 0.68% -
HSV(B) 130.8º 0.25% 0.78% -
XYZ 38.49 49.12 39.35 -
YUV 178.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 148 198 157 0.25 0 0.21 0.22 130.8 0.3 0.68
Hex 94 C6 9D 19 0 15 16 83 1E 44
Octal 224 306 235 31 0 25 26 203 36 104
Binary 10010100 11000110 10011101 11001 0 10101 10110 10000011 11110 1000100

Color Harmonies of #94C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C69D

Black with #94C69D

Text Example


Text Example

White with #94C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,157); }

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

background-color css

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

 a { background-color: rgb(148,198,157); }

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

border-color css

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

 span { border-color: rgb(148,198,157); }

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