Html Css Color HEX #9BD5A5 Chinook

📋 copy color: '#9BD5A5'

red 155 ◦ green 213 ◦ blue 165

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

Shades of Chinook #9BD5A5

Tints of Chinook #9BD5A5

RGB

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

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

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

R = 29.08%
G = 39.96%
B = 30.96%

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

#9BD5A5 (or 0x9BD5A5) is known color: Chinook. HEX triplet: 9B, D5 and A5. RGB value is (155,213,165). Sum of RGB (Red+Green+Blue) = 155+213+165=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD5A5 is #642A5A. Grayscale: #BEBEBE. Windows color (decimal): -6564443 or 10868123. OLE color: 10868123.

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

Color convert

RGB 155 213 165 -
CMYK 0.27 0 0.23 0.16
HSL 130.34º 0.41% 0.72% -
HSV(B) 130.34º 0.27% 0.84% -
XYZ 44.1 57.27 44.33 -
YUV 190.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 155 213 165 0.27 0 0.23 0.16 130.34 0.41 0.72
Hex 9B D5 A5 1B 0 17 10 82 29 48
Octal 233 325 245 33 0 27 20 202 51 110
Binary 10011011 11010101 10100101 11011 0 10111 10000 10000010 101001 1001000

Color Harmonies of #9BD5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD5A5

Black with #9BD5A5

Text Example


Text Example

White with #9BD5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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