#83DC9B

Color #83DC9B Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #83DC9B

Tints of Chinook #83DC9B

Color information

#83DC9B (or 0x83DC9B) is unknown color: approx Chinook. HEX triplet: 83, DC and 9B. RGB value is (131,220,155). Sum of RGB (Red+Green+Blue) = 131+220+155=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DC9B is #7C2364. Grayscale: #BABABA. Windows color (decimal): -8135525 or 10214531. OLE color: 10214531.

HSL color Cylindrical-coordinate representation of color #83DC9B: hue angle of 136.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DC9B is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB131220155-
CMYK0.4000.300.14
HSL136.18º55.97%68.82%-
HSV(B)136.18º40.45%86.27%-
XYZ40.8758.3840.12-
YUV185.98110.5188.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.89%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=25.89%
G=43.48%
B=30.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201550.4000.300.14136.1855.9768.82
Hex83DC9B2801EE883845
Octal203334233500361621070105
Binary1000001111011100100110111010000111101110100010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DC9B; }

 p { color: rgb(131,220,155); }

 H1.HeaderClassName
 {
   color: #83DC9B;
 }
 .AnyTagClassName
 {
   color: #83DC9B;
 }
</style>
background-color css

<style>
 a { background-color: #83DC9B; }

 a { background-color: rgb(131,220,155); }

 div.DivClassName
 {
   background-color: #83DC9B;
 }
 .BgClassName
 {
   background-color: #83DC9B;
 }
</style>
border-color css

<style>
 span { border-color: #83DC9B; }

 span { border-color: rgb(131,220,155); }

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