Html Css Color HEX #9BDFA5 Chinook

📋 copy color: '#9BDFA5'

red 155 ◦ green 223 ◦ blue 165

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

Shades of Chinook #9BDFA5

Tints of Chinook #9BDFA5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

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

R = 28.55%
G = 41.07%
B = 30.39%

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

#9BDFA5 (or 0x9BDFA5) is known color: Chinook. HEX triplet: 9B, DF and A5. RGB value is (155,223,165). Sum of RGB (Red+Green+Blue) = 155+223+165=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFA5 is #64205A. Grayscale: #C4C4C4. Windows color (decimal): -6561883 or 10870683. OLE color: 10870683.

HSL color Cylindrical-coordinate representation of color #9BDFA5: hue angle of 128.82º degrees, saturation: 0.52, 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 #9BDFA5 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 165 -
CMYK 0.30 0 0.26 0.13
HSL 128.82º 0.52% 0.74% -
HSV(B) 128.82º 0.3% 0.87% -
XYZ 46.7 62.46 45.19 -
YUV 196.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 155 223 165 0.30 0 0.26 0.13 128.82 0.52 0.74
Hex 9B DF A5 1E 0 1A D 81 34 4A
Octal 233 337 245 36 0 32 15 201 64 112
Binary 10011011 11011111 10100101 11110 0 11010 1101 10000001 110100 1001010

Color Harmonies of #9BDFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFA5

Black with #9BDFA5

Text Example


Text Example

White with #9BDFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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