Html Css Color HEX #9BDB9E Chinook

📋 copy color: '#9BDB9E'

red 155 ◦ green 219 ◦ blue 158

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

Shades of Chinook #9BDB9E

Tints of Chinook #9BDB9E

RGB

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

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

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

R = 29.14%
G = 41.17%
B = 29.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#9BDB9E (or 0x9BDB9E) is known color: Chinook. HEX triplet: 9B, DB and 9E. RGB value is (155,219,158). Sum of RGB (Red+Green+Blue) = 155+219+158=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDB9E is #642461. Grayscale: #C1C1C1. Windows color (decimal): -6562914 or 10410907. OLE color: 10410907.

HSL color Cylindrical-coordinate representation of color #9BDB9E: hue angle of 122.81º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDB9E is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 158 -
CMYK 0.29 0 0.28 0.14
HSL 122.81º 0.47% 0.73% -
HSV(B) 122.81º 0.29% 0.86% -
XYZ 45.02 60.1 41.58 -
YUV 192.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 155 219 158 0.29 0 0.28 0.14 122.81 0.47 0.73
Hex 9B DB 9E 1D 0 1C E 7B 2F 49
Octal 233 333 236 35 0 34 16 173 57 111
Binary 10011011 11011011 10011110 11101 0 11100 1110 1111011 101111 1001001

Color Harmonies of #9BDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB9E

Black with #9BDB9E

Text Example


Text Example

White with #9BDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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