Html Css Color HEX #9BC29F Chinook

📋 copy color: '#9BC29F'

red 155 ◦ green 194 ◦ blue 159

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

Shades of Chinook #9BC29F

Tints of Chinook #9BC29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.19%

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

R = 30.51%
G = 38.19%
B = 31.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#9BC29F (or 0x9BC29F) is known color: Chinook. HEX triplet: 9B, C2 and 9F. RGB value is (155,194,159). Sum of RGB (Red+Green+Blue) = 155+194+159=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC29F is #643D60. Grayscale: #B2B2B2. Windows color (decimal): -6569313 or 10470043. OLE color: 10470043.

HSL color Cylindrical-coordinate representation of color #9BC29F: hue angle of 126.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC29F is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 159 -
CMYK 0.20 0 0.18 0.24
HSL 126.15º 0.24% 0.68% -
HSV(B) 126.15º 0.2% 0.76% -
XYZ 39.07 48.06 40.02 -
YUV 178.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 155 194 159 0.20 0 0.18 0.24 126.15 0.24 0.68
Hex 9B C2 9F 14 0 12 18 7E 18 44
Octal 233 302 237 24 0 22 30 176 30 104
Binary 10011011 11000010 10011111 10100 0 10010 11000 1111110 11000 1000100

Color Harmonies of #9BC29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC29F

Black with #9BC29F

Text Example


Text Example

White with #9BC29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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