Html Css Color HEX #9BCD9E Chinook

📋 copy color: '#9BCD9E'

red 155 ◦ green 205 ◦ blue 158

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

Shades of Chinook #9BCD9E

Tints of Chinook #9BCD9E

RGB

 RED value IS 155 (60.94% from 255) = 29.92%

 GREEN value IS 205 (80.47% from 255) = 39.58%

 BLUE value IS 158 (62.11% from 255) = 30.5%

R = 29.92%
G = 39.58%
B = 30.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#9BCD9E (or 0x9BCD9E) is known color: Chinook. HEX triplet: 9B, CD and 9E. RGB value is (155,205,158). Sum of RGB (Red+Green+Blue) = 155+205+158=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD9E is #643261. Grayscale: #B8B8B8. Windows color (decimal): -6566498 or 10407323. OLE color: 10407323.

HSL color Cylindrical-coordinate representation of color #9BCD9E: hue angle of 123.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCD9E is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 158 -
CMYK 0.24 0 0.23 0.20
HSL 123.6º 0.33% 0.71% -
HSV(B) 123.6º 0.24% 0.8% -
XYZ 41.52 53.1 40.41 -
YUV 184.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 155 205 158 0.24 0 0.23 0.20 123.6 0.33 0.71
Hex 9B CD 9E 18 0 17 14 7C 21 47
Octal 233 315 236 30 0 27 24 174 41 107
Binary 10011011 11001101 10011110 11000 0 10111 10100 1111100 100001 1000111

Color Harmonies of #9BCD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD9E

Black with #9BCD9E

Text Example


Text Example

White with #9BCD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BCD9E; }

 p { color: rgb(155,205,158); }

 H1.HeaderClassName
 {
   color: #9BCD9E;
 }
 .AnyTagClassName
 {
   color: #9BCD9E;
 }
</style>

background-color css

<style>
 a { background-color: #9BCD9E; }

 a { background-color: rgb(155,205,158); }

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

border-color css

<style>
 span { border-color: #9BCD9E; }

 span { border-color: rgb(155,205,158); }

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