Html Css Color HEX #9BCE9F Chinook

📋 copy color: '#9BCE9F'

red 155 ◦ green 206 ◦ blue 159

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

Shades of Chinook #9BCE9F

Tints of Chinook #9BCE9F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

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

R = 29.81%
G = 39.62%
B = 30.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#9BCE9F (or 0x9BCE9F) is known color: Chinook. HEX triplet: 9B, CE and 9F. RGB value is (155,206,159). Sum of RGB (Red+Green+Blue) = 155+206+159=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE9F is #643160. Grayscale: #B9B9B9. Windows color (decimal): -6566241 or 10473115. OLE color: 10473115.

HSL color Cylindrical-coordinate representation of color #9BCE9F: hue angle of 124.71º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCE9F is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 159 -
CMYK 0.25 0 0.23 0.19
HSL 124.71º 0.34% 0.71% -
HSV(B) 124.71º 0.25% 0.81% -
XYZ 41.85 53.61 40.94 -
YUV 185.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 155 206 159 0.25 0 0.23 0.19 124.71 0.34 0.71
Hex 9B CE 9F 19 0 17 13 7D 22 47
Octal 233 316 237 31 0 27 23 175 42 107
Binary 10011011 11001110 10011111 11001 0 10111 10011 1111101 100010 1000111

Color Harmonies of #9BCE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCE9F

Black with #9BCE9F

Text Example


Text Example

White with #9BCE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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