Html Css Color HEX #9BD5A0 Chinook

📋 copy color: '#9BD5A0'

red 155 ◦ green 213 ◦ blue 160

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

Shades of Chinook #9BD5A0

Tints of Chinook #9BD5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.34%

 BLUE value IS 160 (62.89% from 255) = 30.3%

R = 29.36%
G = 40.34%
B = 30.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#9BD5A0 (or 0x9BD5A0) is known color: Chinook. HEX triplet: 9B, D5 and A0. RGB value is (155,213,160). Sum of RGB (Red+Green+Blue) = 155+213+160=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD5A0 is #642A5F. Grayscale: #BDBDBD. Windows color (decimal): -6564448 or 10540443. OLE color: 10540443.

HSL color Cylindrical-coordinate representation of color #9BD5A0: hue angle of 125.17º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD5A0 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 160 -
CMYK 0.27 0 0.25 0.16
HSL 125.17º 0.41% 0.72% -
HSV(B) 125.17º 0.27% 0.84% -
XYZ 43.66 57.1 41.98 -
YUV 189.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 155 213 160 0.27 0 0.25 0.16 125.17 0.41 0.72
Hex 9B D5 A0 1B 0 19 10 7D 29 48
Octal 233 325 240 33 0 31 20 175 51 110
Binary 10011011 11010101 10100000 11011 0 11001 10000 1111101 101001 1001000

Color Harmonies of #9BD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD5A0

Black with #9BD5A0

Text Example


Text Example

White with #9BD5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,213,160); }

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

background-color css

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

 a { background-color: rgb(155,213,160); }

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

border-color css

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

 span { border-color: rgb(155,213,160); }

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