Html Css Color HEX #9BDEA5 Chinook

📋 copy color: '#9BDEA5'

red 155 ◦ green 222 ◦ blue 165

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

Shades of Chinook #9BDEA5

Tints of Chinook #9BDEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.96%

 BLUE value IS 165 (64.84% from 255) = 30.44%

R = 28.6%
G = 40.96%
B = 30.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#9BDEA5 (or 0x9BDEA5) is known color: Chinook. HEX triplet: 9B, DE and A5. RGB value is (155,222,165). Sum of RGB (Red+Green+Blue) = 155+222+165=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEA5 is #64215A. Grayscale: #C3C3C3. Windows color (decimal): -6562139 or 10870427. OLE color: 10870427.

HSL color Cylindrical-coordinate representation of color #9BDEA5: hue angle of 128.96º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDEA5 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 165 -
CMYK 0.30 0 0.26 0.13
HSL 128.96º 0.5% 0.74% -
HSV(B) 128.96º 0.3% 0.87% -
XYZ 46.43 61.93 45.1 -
YUV 195.47 110.8 99.13 -
System Red Green Blue C M Y K H S L
Decimal 155 222 165 0.30 0 0.26 0.13 128.96 0.5 0.74
Hex 9B DE A5 1E 0 1A D 81 32 4A
Octal 233 336 245 36 0 32 15 201 62 112
Binary 10011011 11011110 10100101 11110 0 11010 1101 10000001 110010 1001010

Color Harmonies of #9BDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDEA5

Black with #9BDEA5

Text Example


Text Example

White with #9BDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,165); }

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

background-color css

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

 a { background-color: rgb(155,222,165); }

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

border-color css

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

 span { border-color: rgb(155,222,165); }

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