Html Css Color HEX #94CB9A Chinook

📋 copy color: '#94CB9A'

red 148 ◦ green 203 ◦ blue 154

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

Shades of Chinook #94CB9A

Tints of Chinook #94CB9A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.2%

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 29.31%
G = 40.2%
B = 30.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#94CB9A (or 0x94CB9A) is known color: Chinook. HEX triplet: 94, CB and 9A. RGB value is (148,203,154). Sum of RGB (Red+Green+Blue) = 148+203+154=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CB9A is #6B3465. Grayscale: #B5B5B5. Windows color (decimal): -7025766 or 10144660. OLE color: 10144660.

HSL color Cylindrical-coordinate representation of color #94CB9A: hue angle of 126.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CB9A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 203 154 -
CMYK 0.27 0 0.24 0.20
HSL 126.55º 0.35% 0.69% -
HSV(B) 126.55º 0.27% 0.8% -
XYZ 39.4 51.34 38.4 -
YUV 180.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 148 203 154 0.27 0 0.24 0.20 126.55 0.35 0.69
Hex 94 CB 9A 1B 0 18 14 7F 23 45
Octal 224 313 232 33 0 30 24 177 43 105
Binary 10010100 11001011 10011010 11011 0 11000 10100 1111111 100011 1000101

Color Harmonies of #94CB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CB9A

Black with #94CB9A

Text Example


Text Example

White with #94CB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,203,154); }

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

background-color css

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

 a { background-color: rgb(148,203,154); }

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

border-color css

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

 span { border-color: rgb(148,203,154); }

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