Html Css Color HEX #9BDB9F Chinook

📋 copy color: '#9BDB9F'

red 155 ◦ green 219 ◦ blue 159

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

Shades of Chinook #9BDB9F

Tints of Chinook #9BDB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.83%

R = 29.08%
G = 41.09%
B = 29.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#9BDB9F (or 0x9BDB9F) is known color: Chinook. HEX triplet: 9B, DB and 9F. RGB value is (155,219,159). Sum of RGB (Red+Green+Blue) = 155+219+159=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDB9F is #642460. Grayscale: #C1C1C1. Windows color (decimal): -6562913 or 10476443. OLE color: 10476443.

HSL color Cylindrical-coordinate representation of color #9BDB9F: hue angle of 123.75º 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 #9BDB9F is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 159 -
CMYK 0.29 0 0.27 0.14
HSL 123.75º 0.47% 0.73% -
HSV(B) 123.75º 0.29% 0.86% -
XYZ 45.11 60.13 42.03 -
YUV 193.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 155 219 159 0.29 0 0.27 0.14 123.75 0.47 0.73
Hex 9B DB 9F 1D 0 1B E 7C 2F 49
Octal 233 333 237 35 0 33 16 174 57 111
Binary 10011011 11011011 10011111 11101 0 11011 1110 1111100 101111 1001001

Color Harmonies of #9BDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB9F

Black with #9BDB9F

Text Example


Text Example

White with #9BDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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