Html Css Color HEX #9BE4A4 Chinook

📋 copy color: '#9BE4A4'

red 155 ◦ green 228 ◦ blue 164

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

Shades of Chinook #9BE4A4

Tints of Chinook #9BE4A4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.68%

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

R = 28.34%
G = 41.68%
B = 29.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#9BE4A4 (or 0x9BE4A4) is known color: Chinook. HEX triplet: 9B, E4 and A4. RGB value is (155,228,164). Sum of RGB (Red+Green+Blue) = 155+228+164=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE4A4 is #641B5B. Grayscale: #C7C7C7. Windows color (decimal): -6560604 or 10806427. OLE color: 10806427.

HSL color Cylindrical-coordinate representation of color #9BE4A4: hue angle of 127.4º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE4A4 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 228 164 -
CMYK 0.32 0 0.28 0.11
HSL 127.4º 0.57% 0.75% -
HSV(B) 127.4º 0.32% 0.89% -
XYZ 47.96 65.14 45.17 -
YUV 198.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 155 228 164 0.32 0 0.28 0.11 127.4 0.57 0.75
Hex 9B E4 A4 20 0 1C B 7F 39 4B
Octal 233 344 244 40 0 34 13 177 71 113
Binary 10011011 11100100 10100100 100000 0 11100 1011 1111111 111001 1001011

Color Harmonies of #9BE4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE4A4

Black with #9BE4A4

Text Example


Text Example

White with #9BE4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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