Html Css Color HEX #9BD5A4 Chinook

📋 copy color: '#9BD5A4'

red 155 ◦ green 213 ◦ blue 164

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

Shades of Chinook #9BD5A4

Tints of Chinook #9BD5A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.83%

R = 29.14%
G = 40.04%
B = 30.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#9BD5A4 (or 0x9BD5A4) is known color: Chinook. HEX triplet: 9B, D5 and A4. RGB value is (155,213,164). Sum of RGB (Red+Green+Blue) = 155+213+164=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD5A4 is #642A5B. Grayscale: #BEBEBE. Windows color (decimal): -6564444 or 10802587. OLE color: 10802587.

HSL color Cylindrical-coordinate representation of color #9BD5A4: hue angle of 129.31º 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 #9BD5A4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 164 -
CMYK 0.27 0 0.23 0.16
HSL 129.31º 0.41% 0.72% -
HSV(B) 129.31º 0.27% 0.84% -
XYZ 44.01 57.24 43.85 -
YUV 190.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 155 213 164 0.27 0 0.23 0.16 129.31 0.41 0.72
Hex 9B D5 A4 1B 0 17 10 81 29 48
Octal 233 325 244 33 0 27 20 201 51 110
Binary 10011011 11010101 10100100 11011 0 10111 10000 10000001 101001 1001000

Color Harmonies of #9BD5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD5A4

Black with #9BD5A4

Text Example


Text Example

White with #9BD5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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