Html Css Color HEX #9BE7A5 Chinook

📋 copy color: '#9BE7A5'

red 155 ◦ green 231 ◦ blue 165

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

Shades of Chinook #9BE7A5

Tints of Chinook #9BE7A5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.92%

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

R = 28.13%
G = 41.92%
B = 29.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#9BE7A5 (or 0x9BE7A5) is known color: Chinook. HEX triplet: 9B, E7 and A5. RGB value is (155,231,165). Sum of RGB (Red+Green+Blue) = 155+231+165=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE7A5 is #64185A. Grayscale: #C8C8C8. Windows color (decimal): -6559835 or 10872731. OLE color: 10872731.

HSL color Cylindrical-coordinate representation of color #9BE7A5: hue angle of 127.89º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE7A5 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 231 165 -
CMYK 0.33 0 0.29 0.09
HSL 127.89º 0.61% 0.76% -
HSV(B) 127.89º 0.33% 0.91% -
XYZ 48.89 66.84 45.92 -
YUV 200.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 155 231 165 0.33 0 0.29 0.09 127.89 0.61 0.76
Hex 9B E7 A5 21 0 1D 9 80 3D 4C
Octal 233 347 245 41 0 35 11 200 75 114
Binary 10011011 11100111 10100101 100001 0 11101 1001 10000000 111101 1001100

Color Harmonies of #9BE7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE7A5

Black with #9BE7A5

Text Example


Text Example

White with #9BE7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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