Html Css Color HEX #9BD09D Chinook

📋 copy color: '#9BD09D'

red 155 ◦ green 208 ◦ blue 157

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

Shades of Chinook #9BD09D

Tints of Chinook #9BD09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

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

R = 29.81%
G = 40%
B = 30.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#9BD09D (or 0x9BD09D) is known color: Chinook. HEX triplet: 9B, D0 and 9D. RGB value is (155,208,157). Sum of RGB (Red+Green+Blue) = 155+208+157=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD09D is #642F62. Grayscale: #BABABA. Windows color (decimal): -6565731 or 10342555. OLE color: 10342555.

HSL color Cylindrical-coordinate representation of color #9BD09D: hue angle of 122.26º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD09D is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 157 -
CMYK 0.25 0 0.25 0.18
HSL 122.26º 0.36% 0.71% -
HSV(B) 122.26º 0.25% 0.82% -
XYZ 42.16 54.51 40.2 -
YUV 186.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 155 208 157 0.25 0 0.25 0.18 122.26 0.36 0.71
Hex 9B D0 9D 19 0 19 12 7A 24 47
Octal 233 320 235 31 0 31 22 172 44 107
Binary 10011011 11010000 10011101 11001 0 11001 10010 1111010 100100 1000111

Color Harmonies of #9BD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD09D

Black with #9BD09D

Text Example


Text Example

White with #9BD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,208,157); }

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

background-color css

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

 a { background-color: rgb(155,208,157); }

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

border-color css

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

 span { border-color: rgb(155,208,157); }

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