Html Css Color HEX #9BC89F Chinook

📋 copy color: '#9BC89F'

red 155 ◦ green 200 ◦ blue 159

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

Shades of Chinook #9BC89F

Tints of Chinook #9BC89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.91%

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

R = 30.16%
G = 38.91%
B = 30.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#9BC89F (or 0x9BC89F) is known color: Chinook. HEX triplet: 9B, C8 and 9F. RGB value is (155,200,159). Sum of RGB (Red+Green+Blue) = 155+200+159=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC89F is #643760. Grayscale: #B5B5B5. Windows color (decimal): -6567777 or 10471579. OLE color: 10471579.

HSL color Cylindrical-coordinate representation of color #9BC89F: hue angle of 125.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC89F is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 200 159 -
CMYK 0.22 0 0.20 0.22
HSL 125.33º 0.29% 0.7% -
HSV(B) 125.33º 0.23% 0.78% -
XYZ 40.43 50.78 40.47 -
YUV 181.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 155 200 159 0.22 0 0.20 0.22 125.33 0.29 0.7
Hex 9B C8 9F 16 0 14 16 7D 1D 46
Octal 233 310 237 26 0 24 26 175 35 106
Binary 10011011 11001000 10011111 10110 0 10100 10110 1111101 11101 1000110

Color Harmonies of #9BC89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC89F

Black with #9BC89F

Text Example


Text Example

White with #9BC89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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