Html Css Color HEX #9BD29E Chinook

📋 copy color: '#9BD29E'

red 155 ◦ green 210 ◦ blue 158

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

Shades of Chinook #9BD29E

Tints of Chinook #9BD29E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

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

R = 29.64%
G = 40.15%
B = 30.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#9BD29E (or 0x9BD29E) is known color: Chinook. HEX triplet: 9B, D2 and 9E. RGB value is (155,210,158). Sum of RGB (Red+Green+Blue) = 155+210+158=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD29E is #642D61. Grayscale: #BBBBBB. Windows color (decimal): -6565218 or 10408603. OLE color: 10408603.

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

Color convert

RGB 155 210 158 -
CMYK 0.26 0 0.25 0.18
HSL 123.27º 0.38% 0.72% -
HSV(B) 123.27º 0.26% 0.82% -
XYZ 42.74 55.53 40.81 -
YUV 187.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 155 210 158 0.26 0 0.25 0.18 123.27 0.38 0.72
Hex 9B D2 9E 1A 0 19 12 7B 26 48
Octal 233 322 236 32 0 31 22 173 46 110
Binary 10011011 11010010 10011110 11010 0 11001 10010 1111011 100110 1001000

Color Harmonies of #9BD29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD29E

Black with #9BD29E

Text Example


Text Example

White with #9BD29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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